Skip to content

Commit

Permalink
fix: bump sor to 4.15.0 - feat: v4 on arb base polygon (#801)
Browse files Browse the repository at this point in the history
* 4.15.0

* fix: bump sor to 4.15.0 - feat: v4 on arb base polygon
  • Loading branch information
jsy1218 authored Jan 22, 2025
1 parent 20cffa0 commit a933534
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 77 deletions.
140 changes: 70 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/smart-order-router",
"version": "4.14.3",
"version": "4.15.0",
"description": "Uniswap Smart Order Router",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -37,15 +37,15 @@
"@types/brotli": "^1.3.4",
"@uniswap/default-token-list": "^11.13.0",
"@uniswap/permit2-sdk": "^1.3.0",
"@uniswap/router-sdk": "^1.18.0",
"@uniswap/sdk-core": "^7.1.0",
"@uniswap/router-sdk": "^1.19.0",
"@uniswap/sdk-core": "^7.2.0",
"@uniswap/swap-router-contracts": "^1.3.1",
"@uniswap/token-lists": "^1.0.0-beta.31",
"@uniswap/universal-router": "^1.6.0",
"@uniswap/universal-router-sdk": "^4.10.0",
"@uniswap/v2-sdk": "^4.9.0",
"@uniswap/v3-sdk": "^3.21.0",
"@uniswap/v4-sdk": "^1.15.0",
"@uniswap/universal-router-sdk": "^4.12.1",
"@uniswap/v2-sdk": "^4.10.0",
"@uniswap/v3-sdk": "^3.22.0",
"@uniswap/v4-sdk": "^1.16.0",
"async-retry": "^1.3.1",
"await-timeout": "^1.1.1",
"axios": "^0.21.1",
Expand Down

0 comments on commit a933534

Please sign in to comment.