Skip to content

Commit 741f763

Browse files
authored
Fix mainnet values on fuji and chiado and remove oasis network (#979)
1 parent 0727aa3 commit 741f763

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: chiado
22
wormholeChainName: gnosis
3-
mainnet: true
3+
mainnet: false
44
rpcUrl: https://rpc.chiadochain.net
55
networkId: 10200
66
type: EvmChain
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: fuji
22
wormholeChainName: avalanche
3-
mainnet: true
3+
mainnet: false
44
rpcUrl: https://api.avax-test.network/ext/bc/C/rpc
55
networkId: 43113
66
type: EvmChain

contract_manager/store/chains/EvmChain/oasis.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

target_chains/ethereum/contracts/truffle-config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ module.exports = {
9191
provider: payerProvider(`https://api.avax-test.network/ext/bc/C/rpc`),
9292
network_id: "43113",
9393
},
94-
oasis: {
95-
provider: payerProvider(`https://emerald.oasis.dev/`),
96-
network_id: 42262,
97-
gas: 4465030,
98-
gasPrice: 30000000000,
99-
},
10094
aurora: {
10195
provider: payerProvider(`https://mainnet.aurora.dev`),
10296
network_id: 0x4e454152,

0 commit comments

Comments
 (0)