Client/js: Remove references to Ropsten (#1928)

This commit is contained in:
bruce-riley 2022-11-15 12:59:07 -06:00 committed by GitHub
parent fba7042657
commit fd832ca0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 22 deletions

View File

@ -176,7 +176,6 @@ $ worm evm info -c bsc -n mainnet -m TokenBridge
"arbitrum": "0x0000000000000000000000000000000000000000000000000000000000000000",
"optimism": "0x0000000000000000000000000000000000000000000000000000000000000000",
"gnosis": "0x0000000000000000000000000000000000000000000000000000000000000000",
"ropsten": "0x0000000000000000000000000000000000000000000000000000000000000000"
}
}

View File

@ -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",
},
};
/**

View File

@ -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(