diff --git a/contract_manager/store/chains/EvmChain/chiado.yaml b/contract_manager/store/chains/EvmChain/chiado.yaml index a208b48352..40ea393d36 100644 --- a/contract_manager/store/chains/EvmChain/chiado.yaml +++ b/contract_manager/store/chains/EvmChain/chiado.yaml @@ -1,6 +1,6 @@ id: chiado wormholeChainName: gnosis -mainnet: true +mainnet: false rpcUrl: https://rpc.chiadochain.net networkId: 10200 type: EvmChain diff --git a/contract_manager/store/chains/EvmChain/fuji.yaml b/contract_manager/store/chains/EvmChain/fuji.yaml index 2c5ea2d89a..efcc3685c4 100644 --- a/contract_manager/store/chains/EvmChain/fuji.yaml +++ b/contract_manager/store/chains/EvmChain/fuji.yaml @@ -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 diff --git a/contract_manager/store/chains/EvmChain/oasis.yaml b/contract_manager/store/chains/EvmChain/oasis.yaml deleted file mode 100644 index e44f346a27..0000000000 --- a/contract_manager/store/chains/EvmChain/oasis.yaml +++ /dev/null @@ -1,6 +0,0 @@ -id: oasis -wormholeChainName: oasis -mainnet: true -rpcUrl: https://emerald.oasis.dev/ -networkId: 42262 -type: EvmChain diff --git a/target_chains/ethereum/contracts/truffle-config.js b/target_chains/ethereum/contracts/truffle-config.js index 011dbe7419..fd29b5ee3e 100644 --- a/target_chains/ethereum/contracts/truffle-config.js +++ b/target_chains/ethereum/contracts/truffle-config.js @@ -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,