@@ -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"
}
]
@@ -908,5 +908,10 @@
"chain": "morph_hoodi",
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
"type": "EvmPriceFeedContract"
+ "chain": "orange",
+ "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
+ "type": "EvmPriceFeedContract"
-]
+]
@@ -918,5 +918,10 @@
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
"type": "EvmWormholeContract"
+ "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
+ "type": "EvmWormholeContract"
@@ -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,