Added Test
This commit is contained in:
@@ -28,6 +28,12 @@ module.exports = {
|
||||
accounts: [PRIVATE_KEY_GANACHE],
|
||||
chainId: 5777,
|
||||
},
|
||||
localhost: {
|
||||
// Hardhost similar like ganache, can debug the transaction
|
||||
// Start in terminal - yarn hardhat node
|
||||
url: "http://127.0.0.1:8545/",
|
||||
chainId: 31337,
|
||||
},
|
||||
},
|
||||
solidity: "0.8.24",
|
||||
etherscan: {
|
||||
|
||||
Reference in New Issue
Block a user