Skip to content

Commit

Permalink
chore: bump sor to 4.5.1 - fix: bump sdks for correct quoter address …
Browse files Browse the repository at this point in the history
…on astrochain sepolia (#859)

* chore: bump sor to 4.5.1 - fix: bump sdks for correct quoter address on astrochain sepolia

* fix PERMIT2_ADDRESS import
  • Loading branch information
jsy1218 authored Oct 4, 2024
1 parent 9d6b729 commit ba64e52
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"@uniswap/router-sdk": "^1.14.0",
"@uniswap/sdk-core": "^5.8.0",
"@types/semver": "^7.5.8",
"@uniswap/smart-order-router": "4.5.1",
"@uniswap/smart-order-router": "4.5.2",
"@uniswap/token-lists": "^1.0.0-beta.33",
"@uniswap/universal-router-sdk": "^3.3.0",
"@uniswap/universal-router-sdk": "^4.3.1",
"@uniswap/v2-sdk": "^4.6.1",
"@uniswap/v3-periphery": "^1.4.4",
"@uniswap/v3-sdk": "^3.17.1",
Expand Down
3 changes: 1 addition & 2 deletions test/mocha/e2e/quote.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers'
import { AllowanceTransfer, PermitSingle } from '@uniswap/permit2-sdk'
import { AllowanceTransfer, PERMIT2_ADDRESS, PermitSingle } from '@uniswap/permit2-sdk'
import { ChainId, Currency, CurrencyAmount, Ether, Fraction, Rounding, Token, WETH9 } from '@uniswap/sdk-core'
import {
CEUR_CELO,
Expand Down Expand Up @@ -29,7 +29,6 @@ import {
WLD_WORLDCHAIN,
} from '@uniswap/smart-order-router'
import {
PERMIT2_ADDRESS,
UNIVERSAL_ROUTER_ADDRESS as UNIVERSAL_ROUTER_ADDRESS_BY_CHAIN,
UniversalRouterVersion,
} from '@uniswap/universal-router-sdk'
Expand Down

0 comments on commit ba64e52

Please sign in to comment.