Skip to content

Commit

Permalink
Fix mainnet values on fuji and chiado and remove oasis network (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m authored Jul 25, 2023
1 parent 0727aa3 commit 741f763
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion contract_manager/store/chains/EvmChain/chiado.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: chiado
wormholeChainName: gnosis
mainnet: true
mainnet: false
rpcUrl: https://rpc.chiadochain.net
networkId: 10200
type: EvmChain
2 changes: 1 addition & 1 deletion contract_manager/store/chains/EvmChain/fuji.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 0 additions & 6 deletions contract_manager/store/chains/EvmChain/oasis.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions target_chains/ethereum/contracts/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 741f763

Please sign in to comment.