Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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