hardhat-smartcontract-lottery/dbg.project.json
hoelee 12a67132f2
Some checks are pending
CI / Foundry project (push) Waiting to run
Added Full Test
2024-08-15 16:45:28 +08:00

13 lines
289 B
JSON

{
"contractsDir": "contracts-dbg",
"selectedContract": "Test1",
"autoOpen": true,
"breakOnEntry": false,
"symbols": {
"hardhat": {
"projectPaths": [
"/home/hoelee/hardhat/hardhat-smartcontract-lottery"
]
}
}
}