Skip to content

Commit 2496363

Browse files
authored
feat: add SOL/igra warp route (#8654)
1 parent f6d797b commit 2496363

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-
5f6a90e8d31860847307d1ada9c788a7a47b00f9
1+
d38d6c98b284a8bc989937988e21110dd32f797a

rust/main/app-contexts/mainnet_config.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43400,6 +43400,31 @@
4340043400
}
4340143401
]
4340243402
},
43403+
{
43404+
"name": "SOL/igra",
43405+
"matchingList": [
43406+
{
43407+
"originDomain": 38833,
43408+
"senderAddress": [
43409+
"0x000000000000000000000000b9ec76392f7d48f6b266431951cb7c645bd711e2"
43410+
],
43411+
"destinationDomain": 1399811149,
43412+
"recipientAddress": [
43413+
"0xf29f2e5d30f6ee1b735bfe51dee652e55edce441fb53a0108449ff75d92540da"
43414+
]
43415+
},
43416+
{
43417+
"originDomain": 1399811149,
43418+
"senderAddress": [
43419+
"0xf29f2e5d30f6ee1b735bfe51dee652e55edce441fb53a0108449ff75d92540da"
43420+
],
43421+
"destinationDomain": 38833,
43422+
"recipientAddress": [
43423+
"0x000000000000000000000000b9ec76392f7d48f6b266431951cb7c645bd711e2"
43424+
]
43425+
}
43426+
]
43427+
},
4340343428
{
4340443429
"name": "WSTETH/igra",
4340543430
"matchingList": [

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export enum WarpRouteIds {
160160
// Igra routes
161161
IgraUSDC = 'USDC/igra',
162162
IgraIKAS = 'IKAS/igra',
163+
IgraSOL = 'SOL/igra',
163164
IgraWSTETH = 'WSTETH/igra',
164165
IgraCBBTC = 'CBBTC/igra',
165166
EthereumIgraUSDS = 'USDS/ethereum-igra',

0 commit comments

Comments
 (0)