Răsfoiți Sursa

chore(evm)-contacts-add-orange

Aditya Arora 15 ore în urmă
părinte
comite
8d92b51de9

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

@@ -1377,5 +1377,12 @@
     "rpcUrl": "https://rpc-hoodi.morphl2.io",
     "networkId": 2910,
     "type": "EvmChain"
+  },
+  {
+    "id": "orange",
+    "mainnet": true,
+    "rpcUrl": "https://subnets.avax.network/orange/mainnet/rpc",
+    "networkId": 1510,
+    "type": "EvmChain"
   }
 ]

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

@@ -908,5 +908,10 @@
     "chain": "morph_hoodi",
     "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
     "type": "EvmPriceFeedContract"
+  },
+  {
+    "chain": "orange",
+    "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
+    "type": "EvmPriceFeedContract"
   }
-]
+]

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

@@ -918,5 +918,10 @@
     "chain": "morph_hoodi",
     "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
     "type": "EvmWormholeContract"
+  },
+  {
+    "chain": "orange",
+    "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
+    "type": "EvmWormholeContract"
   }
-]
+]

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

@@ -121,6 +121,7 @@ export const RECEIVER_CHAINS = {
   plasma: 60090,
   itsnotreal2: 60091,
   injective_evm: 60092,
+  orange: 60093,
 
   // Testnets as a separate chain ids (to use stable data sources and governance for them)
   injective_testnet: 60013,