Skip to content

Commit 8d92b51

Browse files
committed
chore(evm)-contacts-add-orange
1 parent a690832 commit 8d92b51

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

contract_manager/src/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,5 +1377,12 @@
13771377
"rpcUrl": "https://rpc-hoodi.morphl2.io",
13781378
"networkId": 2910,
13791379
"type": "EvmChain"
1380+
},
1381+
{
1382+
"id": "orange",
1383+
"mainnet": true,
1384+
"rpcUrl": "https://subnets.avax.network/orange/mainnet/rpc",
1385+
"networkId": 1510,
1386+
"type": "EvmChain"
13801387
}
13811388
]

contract_manager/src/store/contracts/EvmPriceFeedContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,5 +908,10 @@
908908
"chain": "morph_hoodi",
909909
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
910910
"type": "EvmPriceFeedContract"
911+
},
912+
{
913+
"chain": "orange",
914+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
915+
"type": "EvmPriceFeedContract"
911916
}
912-
]
917+
]

contract_manager/src/store/contracts/EvmWormholeContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,5 +918,10 @@
918918
"chain": "morph_hoodi",
919919
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
920920
"type": "EvmWormholeContract"
921+
},
922+
{
923+
"chain": "orange",
924+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
925+
"type": "EvmWormholeContract"
921926
}
922-
]
927+
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export const RECEIVER_CHAINS = {
121121
plasma: 60090,
122122
itsnotreal2: 60091,
123123
injective_evm: 60092,
124+
orange: 60093,
124125

125126
// Testnets as a separate chain ids (to use stable data sources and governance for them)
126127
injective_testnet: 60013,

0 commit comments

Comments
 (0)