removed testnet chainIDs

This commit is contained in:
pradyuman-verma 2021-12-11 04:30:08 +05:30 committed by Ishan Jain
parent 764098f2fa
commit 4339ea5d95

View File

@ -18,12 +18,8 @@ dotenvConfig({ path: resolve(__dirname, "./.env") });
const chainIds = {
ganache: 1337,
goerli: 5,
hardhat: 31337,
kovan: 42,
mainnet: 1,
rinkeby: 4,
ropsten: 3,
avalanche: 43114,
polygon: 137,
arbitrum: 42161,