Skip to content

Commit

Permalink
Merge pull request #22 from uniswapfoundation/feat/foundation-sdk
Browse files Browse the repository at this point in the history
Update V3 sdk version
  • Loading branch information
koraykoska authored Jan 7, 2024
2 parents ee6bd6a + 2a2a991 commit ba3833d
Show file tree
Hide file tree
Showing 23 changed files with 88 additions and 117 deletions.
2 changes: 1 addition & 1 deletion v3-sdk/collecting-fees/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uniswap/sdk-core": "npm:@uniswapfoundation/sdk-core@^5.0.0",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/[email protected].1",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.2",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
18 changes: 5 additions & 13 deletions v3-sdk/collecting-fees/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2531,10 +2531,10 @@
"@uniswap/v3-core" "1.0.0"
base64-sol "1.0.1"

"@uniswap/v3-sdk@npm:@uniswapfoundation/[email protected].1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.1.tgz#3c296be898700937ca8c1de5967b3259e7f49d55"
integrity sha512-U9BH+gSp92uVNU9g+OUBaEAO/bnIqaSqU6qistzSDNZla3r65zapIhvEFbo3NxmkjoRdmqFF3WwYX4JsB0qvNg==
"@uniswap/v3-sdk@npm:@uniswapfoundation/v3-sdk@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.2.tgz#7dfb2308ae606cef9049ebea0bc78b3b65eac18f"
integrity sha512-0GhAMFx0yi4+gyjjf42pWTXqgcbz4zBcEdB+hGJ9Eohm4In3oelIGh2djirS/wDjYZXkolxxoWu0LwyusqKcfg==
dependencies:
"@ethersproject/abi" "^5.0.12"
"@ethersproject/solidity" "^5.0.9"
Expand All @@ -2543,7 +2543,6 @@
"@uniswap/v3-periphery" "^1.1.1"
"@uniswap/v3-staker" "1.0.2"
ethers "^5.7.2"
ethers-multicall "^0.2.3"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

Expand Down Expand Up @@ -4576,14 +4575,7 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

ethers-multicall@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.2.3.tgz#872b5ad7d6b5d4d7f2960c33bf36bd46d034ac41"
integrity sha512-RaWQuLy+HzeKOibptlc9RZ6j7bT1H6VnkdAKTHiLx2t/lpyfS2ckXHdQhhRbCaXNc1iu6CgoisgMejxKHg84tg==
dependencies:
ethers "^5.0.0"

ethers@^5.0.0, ethers@^5.7.2:
ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/minting-position/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uniswap/sdk-core": "npm:@uniswapfoundation/sdk-core@^5.0.0",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/[email protected].1",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.2",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
18 changes: 5 additions & 13 deletions v3-sdk/minting-position/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2531,10 +2531,10 @@
"@uniswap/v3-core" "1.0.0"
base64-sol "1.0.1"

"@uniswap/v3-sdk@npm:@uniswapfoundation/[email protected].1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.1.tgz#3c296be898700937ca8c1de5967b3259e7f49d55"
integrity sha512-U9BH+gSp92uVNU9g+OUBaEAO/bnIqaSqU6qistzSDNZla3r65zapIhvEFbo3NxmkjoRdmqFF3WwYX4JsB0qvNg==
"@uniswap/v3-sdk@npm:@uniswapfoundation/v3-sdk@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.2.tgz#7dfb2308ae606cef9049ebea0bc78b3b65eac18f"
integrity sha512-0GhAMFx0yi4+gyjjf42pWTXqgcbz4zBcEdB+hGJ9Eohm4In3oelIGh2djirS/wDjYZXkolxxoWu0LwyusqKcfg==
dependencies:
"@ethersproject/abi" "^5.0.12"
"@ethersproject/solidity" "^5.0.9"
Expand All @@ -2543,7 +2543,6 @@
"@uniswap/v3-periphery" "^1.1.1"
"@uniswap/v3-staker" "1.0.2"
ethers "^5.7.2"
ethers-multicall "^0.2.3"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

Expand Down Expand Up @@ -4576,14 +4575,7 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

ethers-multicall@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.2.3.tgz#872b5ad7d6b5d4d7f2960c33bf36bd46d034ac41"
integrity sha512-RaWQuLy+HzeKOibptlc9RZ6j7bT1H6VnkdAKTHiLx2t/lpyfS2ckXHdQhhRbCaXNc1iu6CgoisgMejxKHg84tg==
dependencies:
ethers "^5.0.0"

ethers@^5.0.0, ethers@^5.7.2:
ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/modifying-position/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uniswap/sdk-core": "npm:@uniswapfoundation/sdk-core@^5.0.0",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/[email protected].1",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.2",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
18 changes: 5 additions & 13 deletions v3-sdk/modifying-position/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2646,10 +2646,10 @@
"@uniswap/v3-core" "^1.0.0"
base64-sol "1.0.1"

"@uniswap/v3-sdk@npm:@uniswapfoundation/[email protected].1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.1.tgz#3c296be898700937ca8c1de5967b3259e7f49d55"
integrity sha512-U9BH+gSp92uVNU9g+OUBaEAO/bnIqaSqU6qistzSDNZla3r65zapIhvEFbo3NxmkjoRdmqFF3WwYX4JsB0qvNg==
"@uniswap/v3-sdk@npm:@uniswapfoundation/v3-sdk@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.2.tgz#7dfb2308ae606cef9049ebea0bc78b3b65eac18f"
integrity sha512-0GhAMFx0yi4+gyjjf42pWTXqgcbz4zBcEdB+hGJ9Eohm4In3oelIGh2djirS/wDjYZXkolxxoWu0LwyusqKcfg==
dependencies:
"@ethersproject/abi" "^5.0.12"
"@ethersproject/solidity" "^5.0.9"
Expand All @@ -2658,7 +2658,6 @@
"@uniswap/v3-periphery" "^1.1.1"
"@uniswap/v3-staker" "1.0.2"
ethers "^5.7.2"
ethers-multicall "^0.2.3"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

Expand Down Expand Up @@ -4806,14 +4805,7 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

ethers-multicall@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.2.3.tgz#872b5ad7d6b5d4d7f2960c33bf36bd46d034ac41"
integrity sha512-RaWQuLy+HzeKOibptlc9RZ6j7bT1H6VnkdAKTHiLx2t/lpyfS2ckXHdQhhRbCaXNc1iu6CgoisgMejxKHg84tg==
dependencies:
ethers "^5.0.0"

ethers@^5.0.0, ethers@^5.7.2:
ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/offchain-simulations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uniswap/sdk-core": "npm:@uniswapfoundation/sdk-core@^5.0.0",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/[email protected].1",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.2",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
18 changes: 5 additions & 13 deletions v3-sdk/offchain-simulations/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2644,10 +2644,10 @@
"@uniswap/v3-core" "^1.0.0"
base64-sol "1.0.1"

"@uniswap/v3-sdk@npm:@uniswapfoundation/[email protected].1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.1.tgz#3c296be898700937ca8c1de5967b3259e7f49d55"
integrity sha512-U9BH+gSp92uVNU9g+OUBaEAO/bnIqaSqU6qistzSDNZla3r65zapIhvEFbo3NxmkjoRdmqFF3WwYX4JsB0qvNg==
"@uniswap/v3-sdk@npm:@uniswapfoundation/v3-sdk@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.2.tgz#7dfb2308ae606cef9049ebea0bc78b3b65eac18f"
integrity sha512-0GhAMFx0yi4+gyjjf42pWTXqgcbz4zBcEdB+hGJ9Eohm4In3oelIGh2djirS/wDjYZXkolxxoWu0LwyusqKcfg==
dependencies:
"@ethersproject/abi" "^5.0.12"
"@ethersproject/solidity" "^5.0.9"
Expand All @@ -2656,7 +2656,6 @@
"@uniswap/v3-periphery" "^1.1.1"
"@uniswap/v3-staker" "1.0.2"
ethers "^5.7.2"
ethers-multicall "^0.2.3"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

Expand Down Expand Up @@ -4804,14 +4803,7 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

ethers-multicall@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.2.3.tgz#872b5ad7d6b5d4d7f2960c33bf36bd46d034ac41"
integrity sha512-RaWQuLy+HzeKOibptlc9RZ6j7bT1H6VnkdAKTHiLx2t/lpyfS2ckXHdQhhRbCaXNc1iu6CgoisgMejxKHg84tg==
dependencies:
ethers "^5.0.0"

ethers@^5.0.0, ethers@^5.7.2:
ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uniswap/sdk-core": "npm:@uniswapfoundation/sdk-core@^5.0.0",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/[email protected].1",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.2",
"ethers": "5.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/oracle/src/example/Example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Example = () => {
</h2>
)}
<h3>{`Block Number: ${blockNumber + 1}`}</h3>
<h3>Time weighted average liqudity:</h3>
<h3>Time weighted average liquidity:</h3>
<p>{TWAL === undefined ? 'Fetching...' : TWAL.toString()}</p>
<h3>Time weighted average Price:</h3>
<div>
Expand Down
18 changes: 5 additions & 13 deletions v3-sdk/oracle/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2575,10 +2575,10 @@
"@uniswap/v3-core" "1.0.0"
base64-sol "1.0.1"

"@uniswap/v3-sdk@npm:@uniswapfoundation/[email protected].1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.1.tgz#3c296be898700937ca8c1de5967b3259e7f49d55"
integrity sha512-U9BH+gSp92uVNU9g+OUBaEAO/bnIqaSqU6qistzSDNZla3r65zapIhvEFbo3NxmkjoRdmqFF3WwYX4JsB0qvNg==
"@uniswap/v3-sdk@npm:@uniswapfoundation/v3-sdk@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.2.tgz#7dfb2308ae606cef9049ebea0bc78b3b65eac18f"
integrity sha512-0GhAMFx0yi4+gyjjf42pWTXqgcbz4zBcEdB+hGJ9Eohm4In3oelIGh2djirS/wDjYZXkolxxoWu0LwyusqKcfg==
dependencies:
"@ethersproject/abi" "^5.0.12"
"@ethersproject/solidity" "^5.0.9"
Expand All @@ -2587,7 +2587,6 @@
"@uniswap/v3-periphery" "^1.1.1"
"@uniswap/v3-staker" "1.0.2"
ethers "^5.7.2"
ethers-multicall "^0.2.3"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

Expand Down Expand Up @@ -4620,13 +4619,6 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

ethers-multicall@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.2.3.tgz#872b5ad7d6b5d4d7f2960c33bf36bd46d034ac41"
integrity sha512-RaWQuLy+HzeKOibptlc9RZ6j7bT1H6VnkdAKTHiLx2t/lpyfS2ckXHdQhhRbCaXNc1iu6CgoisgMejxKHg84tg==
dependencies:
ethers "^5.0.0"

[email protected]:
version "5.7.0"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.0.tgz#0055da174b9e076b242b8282638bc94e04b39835"
Expand Down Expand Up @@ -4663,7 +4655,7 @@ [email protected]:
"@ethersproject/web" "5.7.0"
"@ethersproject/wordlists" "5.7.0"

ethers@^5.0.0, ethers@^5.7.2:
ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down
5 changes: 5 additions & 0 deletions v3-sdk/pool-data/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Deprecated Example

This Example accompanied a guide that is no longer present in the Uniswap docs.
The functionality demonstrated here can be considered out of date.

## Overview

This is an example of:
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/quoting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Run `yarn install` to install the project dependencies

### Get a mainnet RPC URL

1. Create aun API key using any of the [Ethereum API providers](https://docs.ethers.io/v5/api/providers/) and grab the respective RPC URL, eg `https://mainnet.infura.io/v3/0ac57a06f2994538829c14745750d721`
1. Create an API key using any of the [Ethereum API providers](https://docs.ethers.io/v5/api/providers/) and grab the respective RPC URL, eg `https://mainnet.infura.io/v3/0ac57a06f2994538829c14745750d721`
2. Set that as the value of the `mainnet` `rpc` vale inside the [config](./src/config.ts).

### Start the web interface
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/quoting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uniswap/sdk-core": "npm:@uniswapfoundation/sdk-core@^5.0.0",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/[email protected].1",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.2",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
18 changes: 5 additions & 13 deletions v3-sdk/quoting/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2663,10 +2663,10 @@
"@uniswap/v3-core" "^1.0.0"
base64-sol "1.0.1"

"@uniswap/v3-sdk@npm:@uniswapfoundation/[email protected].1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.1.tgz#3c296be898700937ca8c1de5967b3259e7f49d55"
integrity sha512-U9BH+gSp92uVNU9g+OUBaEAO/bnIqaSqU6qistzSDNZla3r65zapIhvEFbo3NxmkjoRdmqFF3WwYX4JsB0qvNg==
"@uniswap/v3-sdk@npm:@uniswapfoundation/v3-sdk@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.2.tgz#7dfb2308ae606cef9049ebea0bc78b3b65eac18f"
integrity sha512-0GhAMFx0yi4+gyjjf42pWTXqgcbz4zBcEdB+hGJ9Eohm4In3oelIGh2djirS/wDjYZXkolxxoWu0LwyusqKcfg==
dependencies:
"@ethersproject/abi" "^5.0.12"
"@ethersproject/solidity" "^5.0.9"
Expand All @@ -2675,7 +2675,6 @@
"@uniswap/v3-periphery" "^1.1.1"
"@uniswap/v3-staker" "1.0.2"
ethers "^5.7.2"
ethers-multicall "^0.2.3"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

Expand Down Expand Up @@ -4833,14 +4832,7 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

ethers-multicall@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.2.3.tgz#872b5ad7d6b5d4d7f2960c33bf36bd46d034ac41"
integrity sha512-RaWQuLy+HzeKOibptlc9RZ6j7bT1H6VnkdAKTHiLx2t/lpyfS2ckXHdQhhRbCaXNc1iu6CgoisgMejxKHg84tg==
dependencies:
ethers "^5.0.0"

ethers@^5.0.0, ethers@^5.7.2:
ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/range-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uniswap/sdk-core": "npm:@uniswapfoundation/sdk-core@^5.0.0",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/[email protected].1",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.2",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
18 changes: 5 additions & 13 deletions v3-sdk/range-order/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2531,10 +2531,10 @@
"@uniswap/v3-core" "1.0.0"
base64-sol "1.0.1"

"@uniswap/v3-sdk@npm:@uniswapfoundation/[email protected].1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.1.tgz#3c296be898700937ca8c1de5967b3259e7f49d55"
integrity sha512-U9BH+gSp92uVNU9g+OUBaEAO/bnIqaSqU6qistzSDNZla3r65zapIhvEFbo3NxmkjoRdmqFF3WwYX4JsB0qvNg==
"@uniswap/v3-sdk@npm:@uniswapfoundation/v3-sdk@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@uniswapfoundation/v3-sdk/-/v3-sdk-4.0.2.tgz#7dfb2308ae606cef9049ebea0bc78b3b65eac18f"
integrity sha512-0GhAMFx0yi4+gyjjf42pWTXqgcbz4zBcEdB+hGJ9Eohm4In3oelIGh2djirS/wDjYZXkolxxoWu0LwyusqKcfg==
dependencies:
"@ethersproject/abi" "^5.0.12"
"@ethersproject/solidity" "^5.0.9"
Expand All @@ -2543,7 +2543,6 @@
"@uniswap/v3-periphery" "^1.1.1"
"@uniswap/v3-staker" "1.0.2"
ethers "^5.7.2"
ethers-multicall "^0.2.3"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

Expand Down Expand Up @@ -4576,14 +4575,7 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

ethers-multicall@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.2.3.tgz#872b5ad7d6b5d4d7f2960c33bf36bd46d034ac41"
integrity sha512-RaWQuLy+HzeKOibptlc9RZ6j7bT1H6VnkdAKTHiLx2t/lpyfS2ckXHdQhhRbCaXNc1iu6CgoisgMejxKHg84tg==
dependencies:
ethers "^5.0.0"

ethers@^5.0.0, ethers@^5.7.2:
ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uniswap/sdk-core": "npm:@uniswapfoundation/sdk-core@^5.0.0",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.1",
"@uniswap/v3-sdk": "npm:@uniswapfoundation/v3-sdk@^4.0.2",
"@uniswap/smart-order-router": "npm:@uniswapfoundation/smart-order-router@^3.19.0",
"ethers": "^5.7.2",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit ba3833d

Please sign in to comment.