add test contract and scripts
Showing
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/vcs.xml
0 → 100644
README.md
0 → 100644
contracts/internal.sol
0 → 100644
contracts/revert.sol
0 → 100644
contracts/testtoken.sol
0 → 100644
hardhat.config.js
0 → 100644
ignition/modules/Lock.js
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "testcontract", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"private": true, | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-toolbox": "^5.0.0", | ||
"hardhat": "^2.24.0" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/contracts": "^5.3.0", | ||
"dotenv": "^16.5.0" | ||
} | ||
} |
scripts/forcerevert.js
0 → 100644
scripts/highnonce.js
0 → 100644
scripts/internal.js
0 → 100644
scripts/lowernonce.js
0 → 100644
scripts/revert.js
0 → 100644
scripts/rightnonce.js
0 → 100644
scripts/specialnonce.js
0 → 100644
scripts/token.js
0 → 100644
test/Lock.js
0 → 100644
test/revert.js
0 → 100644
Please register or sign in to comment