Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Base support to Uniswap widget #619

Merged
merged 10 commits into from
Sep 25, 2023
Merged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@uniswap/redux-multicall": "^1.1.8",
"@uniswap/router-sdk": "^1.6.0",
"@uniswap/sdk-core": "^4.0.6",
"@uniswap/smart-order-router": "^3.13.7",
"@uniswap/smart-order-router": "^3.16.25",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, i was about to comment but you found it 👍

"@uniswap/token-lists": "^1.0.0-beta.30",
"@uniswap/universal-router-sdk": "^1.5.6",
"@uniswap/v2-sdk": "^3.2.0",
Expand Down
52 changes: 45 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3787,19 +3787,32 @@
tiny-invariant "^1.1.0"
toformat "^2.0.0"

"@uniswap/smart-order-router@^3.13.7":
version "3.13.7"
resolved "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.13.7.tgz"
integrity sha512-fJDyUngHWw2lH0qIkDzeUqHgP2VLAq33o5O9yM75nQi6LrD8fEIgsfdzFbF8c+F7enAFtA6Xl4lf5AlHKNaXSg==
"@uniswap/sdk-core@^4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@uniswap/sdk-core/-/sdk-core-4.0.7.tgz#90dfd070d7e44494234618af398da158363ae827"
integrity sha512-jscx7KUIWzQatcL5PHY6xy0gEL9IGQcL5h/obxzX9foP2KoNk9cq66Ia8I2Kvpa7zBcPOeW1hU0hJNBq6CzcIQ==
dependencies:
"@ethersproject/address" "^5.0.2"
big.js "^5.2.2"
decimal.js-light "^2.5.0"
jsbi "^3.1.4"
tiny-invariant "^1.1.0"
toformat "^2.0.0"

"@uniswap/smart-order-router@^3.16.25":
version "3.16.25"
resolved "https://registry.yarnpkg.com/@uniswap/smart-order-router/-/smart-order-router-3.16.25.tgz#30d5c81a056e1cc340c025a92751ce418753c6ff"
integrity sha512-LbalGKZ/VIAfNTMgE4Gn0nAmDGn/C4Rgka4q/hhQO5LHdRmONTuzLmrsMNb9AgRdlGRCqSVM4Mc4VYM/ew5fSg==
dependencies:
"@uniswap/default-token-list" "^11.2.0"
"@uniswap/permit2-sdk" "^1.2.0"
"@uniswap/router-sdk" "^1.6.0"
"@uniswap/sdk-core" "^4.0.7"
"@uniswap/swap-router-contracts" "^1.3.0"
"@uniswap/token-lists" "^1.0.0-beta.31"
"@uniswap/universal-router" "^1.0.1"
"@uniswap/universal-router-sdk" "^1.5.4"
"@uniswap/v2-sdk" "^3.2.0"
"@uniswap/universal-router-sdk" "^1.5.7"
"@uniswap/v2-sdk" "^3.2.1"
"@uniswap/v3-sdk" "^3.10.0"
async-retry "^1.3.1"
await-timeout "^1.1.1"
Expand Down Expand Up @@ -3842,7 +3855,7 @@
resolved "https://registry.npmjs.org/@uniswap/token-lists/-/token-lists-1.0.0-beta.33.tgz"
integrity sha512-JQkXcpRI3jFG8y3/CGC4TS8NkDgcxXaOQuYW8Qdvd6DcDiIyg2vVYCG9igFEzF0G6UvxgHkBKC7cWCgzZNYvQg==

"@uniswap/universal-router-sdk@^1.5.4", "@uniswap/universal-router-sdk@^1.5.6":
"@uniswap/universal-router-sdk@^1.5.6":
version "1.5.6"
resolved "https://registry.npmjs.org/@uniswap/universal-router-sdk/-/universal-router-sdk-1.5.6.tgz"
integrity sha512-ZD27U+kugMRJRVEX0oWZsRCw1n5vBN3I17Q22IWE+w/WhOJSppUr6PLo9u4HRdqXTZET7gubnlRc0LOAEkkSkQ==
Expand All @@ -3856,6 +3869,20 @@
bignumber.js "^9.0.2"
ethers "^5.3.1"

"@uniswap/universal-router-sdk@^1.5.7":
version "1.5.7"
resolved "https://registry.yarnpkg.com/@uniswap/universal-router-sdk/-/universal-router-sdk-1.5.7.tgz#d79dedcdf66197695d57ef8c80336da807488871"
integrity sha512-5T08dTZoAEN3W7fw467WoNwzfF8Ks5+t4/l0xVAhadUNq6UB/Ng9q5P70j+D+FVLwZbcbyv5zIkPtooADfjEKw==
dependencies:
"@uniswap/permit2-sdk" "^1.2.0"
"@uniswap/router-sdk" "^1.6.0"
"@uniswap/sdk-core" "^4.0.0"
"@uniswap/universal-router" "1.4.3"
"@uniswap/v2-sdk" "^3.2.0"
"@uniswap/v3-sdk" "^3.10.0"
bignumber.js "^9.0.2"
ethers "^5.3.1"

"@uniswap/[email protected]", "@uniswap/universal-router@^1.0.1":
version "1.4.3"
resolved "https://registry.npmjs.org/@uniswap/universal-router/-/universal-router-1.4.3.tgz"
Expand Down Expand Up @@ -3886,6 +3913,17 @@
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

"@uniswap/v2-sdk@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@uniswap/v2-sdk/-/v2-sdk-3.2.1.tgz#3904788ae41649ee28cfced45d817564e1ea824b"
integrity sha512-YocFCG97t7qi0fZrBWjFz3dfOgW+rhVN70PlciwcioG+x3KmQlJH7pVfCA34U/BDVFfebHp/iS/De6ajvMmJBg==
dependencies:
"@ethersproject/address" "^5.0.0"
"@ethersproject/solidity" "^5.0.0"
"@uniswap/sdk-core" "^4.0.7"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

"@uniswap/[email protected]":
version "1.0.0"
resolved "https://registry.npmjs.org/@uniswap/v3-core/-/v3-core-1.0.0.tgz"
Expand Down