Skip to content

Commit

Permalink
Export amm enum and update uni-v3-lib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarlycow committed Jul 29, 2024
1 parent 39f1731 commit 8fed6f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typechain": "hardhat typechain"
},
"dependencies": {
"@aperture_finance/uni-v3-lib": "^3.0.0-alpha",
"@aperture_finance/uni-v3-lib": "^3.0.2",
"@openzeppelin/contracts": "^5.0.2",
"ethers": "5.7.2",
"viem": "^2.8.4",
Expand Down
1 change: 1 addition & 0 deletions src/viem/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./amm";
export * from "./caller";
export * from "./poolLens";
export * from "./positionLens";
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz#d2a39395c587e092d77cbbc80acf956a54f38bf7"
integrity sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==

"@aperture_finance/uni-v3-lib@^3.0.0-alpha":
version "3.0.0-alpha"
resolved "https://registry.yarnpkg.com/@aperture_finance/uni-v3-lib/-/uni-v3-lib-3.0.0-alpha.tgz#b542d730641cbd477eceddc4b633dae98d73f4aa"
integrity sha512-GJe5wEPKgP25z3eoMqrfRuCFOnebn5dk6cfLj3hqnPHAjcAYgT5IUt4yPI+ba0lpEgQiybQIkK67IAoeq/lhRQ==
"@aperture_finance/uni-v3-lib@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@aperture_finance/uni-v3-lib/-/uni-v3-lib-3.0.2.tgz#c0be18fa3035685415230a946acf848807b289c8"
integrity sha512-LvROLUy8BqVJ9BBLHGUZIyI2iTjfej7BCOiQ+N836viZfJZ1a36zZdl6E1SS4hMX9VLFJaMHjbt+RaYu7m80jA==
dependencies:
"@openzeppelin/contracts" "^5.0.2"
"@pancakeswap/v3-core" "^1.0.2"
Expand Down

0 comments on commit 8fed6f4

Please sign in to comment.