Fix mainnet values on fuji and chiado and remove oasis network (#979)

This commit is contained in:
Mohammad Amin Khashkhashi Moghaddam 2023-07-25 10:01:45 +02:00 committed by GitHub
parent 0727aa3c22
commit 741f763375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 14 deletions

View File

@ -1,6 +1,6 @@
id: chiado
wormholeChainName: gnosis
mainnet: true
mainnet: false
rpcUrl: https://rpc.chiadochain.net
networkId: 10200
type: EvmChain

View File

@ -1,6 +1,6 @@
id: fuji
wormholeChainName: avalanche
mainnet: true
mainnet: false
rpcUrl: https://api.avax-test.network/ext/bc/C/rpc
networkId: 43113
type: EvmChain

View File

@ -1,6 +0,0 @@
id: oasis
wormholeChainName: oasis
mainnet: true
rpcUrl: https://emerald.oasis.dev/
networkId: 42262
type: EvmChain

View File

@ -91,12 +91,6 @@ module.exports = {
provider: payerProvider(`https://api.avax-test.network/ext/bc/C/rpc`),
network_id: "43113",
},
oasis: {
provider: payerProvider(`https://emerald.oasis.dev/`),
network_id: 42262,
gas: 4465030,
gasPrice: 30000000000,
},
aurora: {
provider: payerProvider(`https://mainnet.aurora.dev`),
network_id: 0x4e454152,