initial commit
Showing
.gitignore
0 → 100644
README.md
0 → 100644
contracts/sentry.sol
0 → 100644
hardhat.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "hardhat-project", | |||
"devDependencies": { | |||
"@nomiclabs/hardhat-ethers": "^2.0.2", | |||
"@nomiclabs/hardhat-waffle": "^2.0.1", | |||
"chai": "^4.3.4", | |||
"ethereum-waffle": "^3.4.0", | |||
"ethers": "^5.4.2", | |||
"hardhat": "^2.5.0" | |||
} | |||
} |
scripts/deploysentry.js
0 → 100644
secret.json
0 → 100644
Please register or sign in to comment