瀏覽代碼

chore(price-feeds): price feed deploy on etherlink new testnet (#3149)

* price feed deploy on etherlink new testnet

* add new line
Nidhi Singh 4 周之前
父節點
當前提交
80ab24c2a9

+ 7 - 0
contract_manager/store/chains/EvmChains.json

@@ -1349,5 +1349,12 @@
     "rpcUrl": "https://rpc.testnet.soniclabs.com",
     "networkId": 14601,
     "type": "EvmChain"
+  },
+  {
+    "id": "etherlink_new_testnet",
+    "mainnet": false,
+    "rpcUrl": "https://node.shadownet.etherlink.com",
+    "networkId": 127823,
+    "type": "EvmChain"    
   }
 ]

+ 6 - 1
contract_manager/store/contracts/EvmPriceFeedContracts.json

@@ -888,5 +888,10 @@
     "chain": "injective_evm",
     "address": "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
     "type": "EvmPriceFeedContract"
+  },
+  {
+    "chain": "etherlink_new_testnet",
+    "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
+    "type": "EvmPriceFeedContract"
   }
-]
+]

+ 6 - 1
contract_manager/store/contracts/EvmWormholeContracts.json

@@ -898,5 +898,10 @@
     "chain": "injective_evm",
     "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
     "type": "EvmWormholeContract"
+  },
+  {
+    "chain": "etherlink_new_testnet",
+    "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
+    "type": "EvmWormholeContract"
   }
-]
+]

+ 1 - 0
governance/xc_admin/packages/xc_admin_common/src/chains.ts

@@ -260,6 +260,7 @@ export const RECEIVER_CHAINS = {
   fluent_testnet: 50130,
   giwa_testnet: 50131,
   sonic_evm_testnet: 50132, // sonic_testnet already exist, so had to use sonic_evm_testnet
+  etherlink_new_testnet: 50133, // etherlink_testnet already exist, so had to use etherlink_new_testnet
 };
 
 // If there is any overlapping value the receiver chain will replace the wormhole