mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
removed testnet chainIDs
This commit is contained in:
parent
764098f2fa
commit
4339ea5d95
|
@ -18,12 +18,8 @@ dotenvConfig({ path: resolve(__dirname, "./.env") });
|
||||||
|
|
||||||
const chainIds = {
|
const chainIds = {
|
||||||
ganache: 1337,
|
ganache: 1337,
|
||||||
goerli: 5,
|
|
||||||
hardhat: 31337,
|
hardhat: 31337,
|
||||||
kovan: 42,
|
|
||||||
mainnet: 1,
|
mainnet: 1,
|
||||||
rinkeby: 4,
|
|
||||||
ropsten: 3,
|
|
||||||
avalanche: 43114,
|
avalanche: 43114,
|
||||||
polygon: 137,
|
polygon: 137,
|
||||||
arbitrum: 42161,
|
arbitrum: 42161,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user