File tree Expand file tree Collapse file tree 4 files changed +2
-14
lines changed
contract_manager/store/chains/EvmChain
target_chains/ethereum/contracts Expand file tree Collapse file tree 4 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
1
id : chiado
2
2
wormholeChainName : gnosis
3
- mainnet : true
3
+ mainnet : false
4
4
rpcUrl : https://rpc.chiadochain.net
5
5
networkId : 10200
6
6
type : EvmChain
Original file line number Diff line number Diff line change 1
1
id : fuji
2
2
wormholeChainName : avalanche
3
- mainnet : true
3
+ mainnet : false
4
4
rpcUrl : https://api.avax-test.network/ext/bc/C/rpc
5
5
networkId : 43113
6
6
type : EvmChain
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -91,12 +91,6 @@ module.exports = {
91
91
provider : payerProvider ( `https://api.avax-test.network/ext/bc/C/rpc` ) ,
92
92
network_id : "43113" ,
93
93
} ,
94
- oasis : {
95
- provider : payerProvider ( `https://emerald.oasis.dev/` ) ,
96
- network_id : 42262 ,
97
- gas : 4465030 ,
98
- gasPrice : 30000000000 ,
99
- } ,
100
94
aurora : {
101
95
provider : payerProvider ( `https://mainnet.aurora.dev` ) ,
102
96
network_id : 0x4e454152 ,
You can’t perform that action at this time.
0 commit comments