Skip to content

Commit

Permalink
feat(v2-sdk): bump sdk-core to 7.1.0 for base sepolia and monad testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Jan 13, 2025
1 parent 2fb8235 commit cd002b4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/v2-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ethersproject/address": "^5.0.2",
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "^6.1.1",
"@uniswap/sdk-core": "^7.1.0",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4573,6 +4573,23 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/sdk-core@npm:^7.1.0":
version: 7.1.0
resolution: "@uniswap/sdk-core@npm:7.1.0"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/bytes": ^5.7.0
"@ethersproject/keccak256": 5.7.0
"@ethersproject/strings": 5.7.0
big.js: ^5.2.2
decimal.js-light: ^2.5.0
jsbi: ^3.1.4
tiny-invariant: ^1.1.0
toformat: ^2.0.0
checksum: 6c307c0a30e778c0a9f4e8064751442c9f651eeca2f49148393c89f8daf581119b439c3a19d7a90805d68c8525bbdf33a491f4c25b64496682c648d3fe525805
languageName: node
linkType: hard

"@uniswap/sdk-core@workspace:sdks/sdk-core":
version: 0.0.0-use.local
resolution: "@uniswap/sdk-core@workspace:sdks/sdk-core"
Expand Down Expand Up @@ -4709,7 +4726,7 @@ __metadata:
"@ethersproject/solidity": ^5.0.9
"@types/big.js": ^4.0.5
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^6.1.1
"@uniswap/sdk-core": ^7.1.0
"@uniswap/v2-core": ^1.0.1
eslint-config-react-app: 7.0.1
tiny-invariant: ^1.1.0
Expand Down

0 comments on commit cd002b4

Please sign in to comment.