Skip to content

Commit

Permalink
chore: dep update and prepare for foundation fork release
Browse files Browse the repository at this point in the history
  • Loading branch information
koraykoska committed Dec 27, 2023
1 parent f4f1aac commit eee41e2
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,10 +1,10 @@
{
"name": "@florian-s-a-w/uniswap-v3-sdk",
"name": "@uniswapfoundation/uniswap-v3-sdk",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"version": "4.0.2",
"version": "4.0.0",
"description": "⚒️ An SDK for building applications on top of Uniswap V3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"ethers": "^5.7.2",
"@ethersproject/abi": "^5.0.12",
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "npm:@koraykoska/uniswap-sdk-core@^6.0.9",
"@uniswap/sdk-core": "npm:@uniswapfoundation/uniswap-sdk-core@^5.0.0",
"@uniswap/swap-router-contracts": "^1.2.1",
"@uniswap/v3-periphery": "^1.1.1",
"@uniswap/v3-staker": "1.0.2",
Expand Down

0 comments on commit eee41e2

Please sign in to comment.