Skip to content

Commit 80ab24c

Browse files
chore(price-feeds): price feed deploy on etherlink new testnet (#3149)
* price feed deploy on etherlink new testnet * add new line
1 parent 740c5e1 commit 80ab24c

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,5 +1349,12 @@
13491349
"rpcUrl": "https://rpc.testnet.soniclabs.com",
13501350
"networkId": 14601,
13511351
"type": "EvmChain"
1352+
},
1353+
{
1354+
"id": "etherlink_new_testnet",
1355+
"mainnet": false,
1356+
"rpcUrl": "https://node.shadownet.etherlink.com",
1357+
"networkId": 127823,
1358+
"type": "EvmChain"
13521359
}
13531360
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,5 +888,10 @@
888888
"chain": "injective_evm",
889889
"address": "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
890890
"type": "EvmPriceFeedContract"
891+
},
892+
{
893+
"chain": "etherlink_new_testnet",
894+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
895+
"type": "EvmPriceFeedContract"
891896
}
892-
]
897+
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,5 +898,10 @@
898898
"chain": "injective_evm",
899899
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
900900
"type": "EvmWormholeContract"
901+
},
902+
{
903+
"chain": "etherlink_new_testnet",
904+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
905+
"type": "EvmWormholeContract"
901906
}
902-
]
907+
]

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ export const RECEIVER_CHAINS = {
260260
fluent_testnet: 50130,
261261
giwa_testnet: 50131,
262262
sonic_evm_testnet: 50132, // sonic_testnet already exist, so had to use sonic_evm_testnet
263+
etherlink_new_testnet: 50133, // etherlink_testnet already exist, so had to use etherlink_new_testnet
263264
};
264265

265266
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)