init
Showing
.gitignore
0 → 100644
README.md
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
hardhat.config.js
0 → 100644
ignition/modules/v2dex.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "hardhat-project", | |||
| "devDependencies": { | |||
| "@nomicfoundation/hardhat-ignition-ethers": "^0.15.14", | |||
| "@nomicfoundation/hardhat-toolbox": "^6.1.0", | |||
| "hardhat": "^2.26.1" | |||
| }, | |||
| "dependencies": { | |||
| "@openzeppelin/contracts": "^5.4.0", | |||
| "@uniswap/lib": "^4.0.1-alpha", | |||
| "@uniswap/v2-core": "^1.0.1", | |||
| "dotenv": "^17.2.1" | |||
| } | |||
| } |
test/Lock.js
0 → 100644
Please register or sign in to comment