mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update hardhat.config.js
This commit is contained in:
parent
674824e7c6
commit
bd31d7568f
|
@ -29,12 +29,7 @@ module.exports = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
networks: {
|
networks: {
|
||||||
mainnet: {
|
default: "hardhat",
|
||||||
url: process.env.ETH_NODE_URL,
|
|
||||||
chainId: 1,
|
|
||||||
timeout: 500000,
|
|
||||||
accounts: [`0x${PRIVATE_KEY}`]
|
|
||||||
},
|
|
||||||
kovan: {
|
kovan: {
|
||||||
url: `https://eth-kovan.alchemyapi.io/v2/${ALCHEMY_ID}`,
|
url: `https://eth-kovan.alchemyapi.io/v2/${ALCHEMY_ID}`,
|
||||||
accounts: [`0x${PRIVATE_KEY}`]
|
accounts: [`0x${PRIVATE_KEY}`]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user