init
Showing
.gitignore
0 → 100644
README.md
0 → 100644
hardhat.config.js
0 → 100644
ignition/modules/v2dex.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": "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