Added Test

This commit is contained in:
2024-08-03 02:53:33 +08:00
parent d5730e4a94
commit fc4557728f
4 changed files with 47 additions and 129 deletions
+6
View File
@@ -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: {