Skip to content

Commit

Permalink
feat(router-sdk): support astrochain sepolia on router-sdk (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Oct 1, 2024
1 parent bb64a70 commit a67afc5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions sdks/router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@uniswap/sdk-core": "^5.6.0",
"@uniswap/sdk-core": "^5.8.0",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v2-sdk": "^4.5.0",
"@uniswap/v3-sdk": "^3.16.0",
"@uniswap/v2-sdk": "^4.6.0",
"@uniswap/v3-sdk": "^3.17.0",
"@uniswap/v4-sdk": "^1.6.0"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4629,10 +4629,10 @@ __metadata:
dependencies:
"@ethersproject/abi": ^5.5.0
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^5.6.0
"@uniswap/sdk-core": ^5.8.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v2-sdk": ^4.5.0
"@uniswap/v3-sdk": ^3.16.0
"@uniswap/v2-sdk": ^4.6.0
"@uniswap/v3-sdk": ^3.17.0
"@uniswap/v4-sdk": ^1.6.0
prettier: ^2.4.1
tsdx: ^0.14.1
Expand Down Expand Up @@ -4771,16 +4771,16 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v2-sdk@npm:^4.5.0":
version: 4.5.0
resolution: "@uniswap/v2-sdk@npm:4.5.0"
"@uniswap/v2-sdk@npm:^4.5.0, @uniswap/v2-sdk@npm:^4.6.0":
version: 4.6.0
resolution: "@uniswap/v2-sdk@npm:4.6.0"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^5.6.0
"@uniswap/sdk-core": ^5.8.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 5bee6763ccb9ef30e767e178848c44342ddc0e16fa91dbe6c37c9b0a6aa0b7313fe1986e54f7234fae71ffc4bc37e7da509f51619d06f16f451c6bc4bd0a705c
checksum: 7ec46ca0780892adaadbab546b05d628cb2aaaef7198f3f92021e10e3adbbf42566ae0f6d7ae1c55afa01f894164b4b8f450cc91f718059a19f5a333115a5f68
languageName: node
linkType: hard

Expand Down Expand Up @@ -4844,19 +4844,19 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:^3.16.0":
version: 3.16.0
resolution: "@uniswap/v3-sdk@npm:3.16.0"
"@uniswap/v3-sdk@npm:^3.16.0, @uniswap/v3-sdk@npm:^3.17.0":
version: 3.17.0
resolution: "@uniswap/v3-sdk@npm:3.17.0"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^5.6.0
"@uniswap/sdk-core": ^5.8.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v3-periphery": ^1.1.1
"@uniswap/v3-staker": 1.0.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: d7276ffbce3aa1ce751c74520cde14db9a248a375984aa2a1d192b26a23c208d01c5b096b44775972832b5b399b3d4a08b6a6cb9bfa513cad69f58966bac38ad
checksum: ab434e9661f6fae99492af93412a9236379ba604635e31236adeddfc0b78beecdf4241a57fee60f3a2ab06c84c7e0c516ee032a819118c03935e49d8cf31cc27
languageName: node
linkType: hard

Expand Down

0 comments on commit a67afc5

Please sign in to comment.