From fd832ca0fcd9945995c5e008f5d4705d7c0ce964 Mon Sep 17 00:00:00 2001 From: bruce-riley <96066700+bruce-riley@users.noreply.github.com> Date: Tue, 15 Nov 2022 12:59:07 -0600 Subject: [PATCH] Client/js: Remove references to Ropsten (#1928) --- clients/js/README.md | 1 - clients/js/networks.ts | 12 ------------ ethereum/truffle-config.js | 9 --------- 3 files changed, 22 deletions(-) diff --git a/clients/js/README.md b/clients/js/README.md index fb7f9eea5..3f4f44aa5 100644 --- a/clients/js/README.md +++ b/clients/js/README.md @@ -176,7 +176,6 @@ $ worm evm info -c bsc -n mainnet -m TokenBridge "arbitrum": "0x0000000000000000000000000000000000000000000000000000000000000000", "optimism": "0x0000000000000000000000000000000000000000000000000000000000000000", "gnosis": "0x0000000000000000000000000000000000000000000000000000000000000000", - "ropsten": "0x0000000000000000000000000000000000000000000000000000000000000000" } } diff --git a/clients/js/networks.ts b/clients/js/networks.ts index 768223f33..c3b14fd89 100644 --- a/clients/js/networks.ts +++ b/clients/js/networks.ts @@ -139,10 +139,6 @@ const MAINNET = { rpc: "https://rpc.gnosischain.com/", key: get_env_var("ETH_KEY"), }, - ropsten: { - rpc: `https://rpc.ankr.com/eth_ropsten`, - key: get_env_var("ETH_KEY"), - }, }; const TESTNET = { @@ -269,10 +265,6 @@ const TESTNET = { rpc: "https://sokol.poa.network/", key: get_env_var("ETH_KEY_TESTNET"), }, - ropsten: { - rpc: `https://rpc.ankr.com/eth_ropsten`, - key: get_env_var("ETH_KEY_TESTNET"), - }, }; const DEVNET = { @@ -398,10 +390,6 @@ const DEVNET = { rpc: undefined, key: undefined, }, - ropsten: { - rpc: undefined, - key: "0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d", - }, }; /** diff --git a/ethereum/truffle-config.js b/ethereum/truffle-config.js index 2f31af613..23b871cba 100644 --- a/ethereum/truffle-config.js +++ b/ethereum/truffle-config.js @@ -45,15 +45,6 @@ module.exports = { }, network_id: "5", }, - ropsten_testnet: { - provider: () => { - return new HDWalletProvider( - process.env.MNEMONIC, - "https://rpc.ankr.com/eth_ropsten" - ); - }, - network_id: "3", - }, bsc: { provider: () => { return new HDWalletProvider(