Skip to content

Commit

Permalink
Merge pull request #60 from kafeikui/update-dependency
Browse files Browse the repository at this point in the history
update ethers dependency
  • Loading branch information
kafeikui authored Nov 30, 2021
2 parents 9cfa764 + 4679869 commit 08a58bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bella-defintech/uniswap-v3-simulator",
"version": "0.1.1",
"version": "0.1.2",
"description": "the 'Tuner', a Uniswap V3 Simulator",
"keywords": [
"uniswap",
Expand Down Expand Up @@ -43,7 +43,6 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.6.0",
"mocha": "^9.0.3",
"mocha-chai-jest-snapshot": "^1.1.3",
Expand All @@ -62,7 +61,8 @@
"sqlite3": "^5.0.2",
"knex": "^0.95.10",
"uuid": "^8.3.2",
"dayjs": "^1.10.6"
"dayjs": "^1.10.6",
"ethers": "^5.0.0"
},
"resolutions": {
"tar": "^4.4.18"
Expand Down

0 comments on commit 08a58bb

Please sign in to comment.