Skip to content

Commit 9a8eeff

Browse files
authored
feat: add TIBBIR/igra warp route (#8691)
1 parent 008dda4 commit 9a8eeff

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

.registryrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d30c61eeabaf26a2c7ddb51f1ff100e9e7dd3c6e
1+
e4301f27d16288e411242eeca0a85b93bbdc3521

rust/main/app-contexts/mainnet_config.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43550,6 +43550,31 @@
4355043550
}
4355143551
]
4355243552
},
43553+
{
43554+
"name": "TIBBIR/igra",
43555+
"matchingList": [
43556+
{
43557+
"originDomain": 38833,
43558+
"senderAddress": [
43559+
"0x0000000000000000000000007623ee55f82ba257de96ae828363b548e808b045"
43560+
],
43561+
"destinationDomain": 8453,
43562+
"recipientAddress": [
43563+
"0x0000000000000000000000003131f6b80c26936ab03f7d9d29eb4ddf36ac3fb5"
43564+
]
43565+
},
43566+
{
43567+
"originDomain": 8453,
43568+
"senderAddress": [
43569+
"0x0000000000000000000000003131f6b80c26936ab03f7d9d29eb4ddf36ac3fb5"
43570+
],
43571+
"destinationDomain": 38833,
43572+
"recipientAddress": [
43573+
"0x0000000000000000000000007623ee55f82ba257de96ae828363b548e808b045"
43574+
]
43575+
}
43576+
]
43577+
},
4355343578
{
4355443579
"name": "BLEND/fluent",
4355543580
"matchingList": [

typescript/infra/config/environments/mainnet3/warp/warpIds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export enum WarpRouteIds {
166166
EthereumIgraUSDS = 'USDS/ethereum-igra',
167167
EthereumIgraWETH = 'WETH/ethereum-igra',
168168
EthereumIgraUSDT = 'USDT/ethereum-igra',
169+
IgraTIBBIR = 'TIBBIR/igra',
169170

170171
// Fluent routes
171172
FluentBLEND = 'BLEND/fluent',

0 commit comments

Comments
 (0)