Skip to content

Commit

Permalink
Bump x sdk (#506)
Browse files Browse the repository at this point in the history
* Add unichain

* fix integ tests

* Bump X SDK
  • Loading branch information
codyborn authored Jan 15, 2025
1 parent cc60b86 commit 78e5caf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@swc/jest": "^0.2.29",
"@types/sinon": "^10.0.13",
"@uniswap/signer": "^0.0.4",
"@uniswap/uniswapx-sdk": "^2.1.0-beta.22",
"@uniswap/uniswapx-sdk": "^3.0.0-beta.2",
"aws-cdk-lib": "2.85.0",
"aws-embedded-metrics": "^4.1.0",
"aws-sdk": "^2.1238.0",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/order.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable jest/no-disabled-tests */
import { DutchOrder, DutchOrderBuilder, REACTOR_ADDRESS_MAPPING, SignedUniswapXOrder, UnsignedV2DutchOrder, V2DutchOrderBuilder } from '@uniswap/uniswapx-sdk'
import { factories } from '@uniswap/uniswapx-sdk/dist/src/contracts/index'
import { factories } from '@uniswap/uniswapx-sdk/dist/types/src/contracts'
import axios from 'axios'
import dotenv from 'dotenv'
import { BigNumber, Contract, ethers, Wallet } from 'ethers'
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4309,10 +4309,10 @@
asn1.js "^5.4.1"
ethers "^6.8.1"

"@uniswap/uniswapx-sdk@^2.1.0-beta.22":
version "2.1.0-beta.22"
resolved "https://registry.yarnpkg.com/@uniswap/uniswapx-sdk/-/uniswapx-sdk-2.1.0-beta.22.tgz#ddcdf036c66ddf49c97b916a08c2ddc4e68cb09b"
integrity sha512-g6a+/gGJnVjGgDhnKsC5NcyeHaPz0wK+Lzu1zCJiPUcvVcMskshlepBMwYTyGu2OEVeTOhkvw/1df4sjovRizw==
"@uniswap/uniswapx-sdk@^3.0.0-beta.2":
version "3.0.0-beta.2"
resolved "https://registry.yarnpkg.com/@uniswap/uniswapx-sdk/-/uniswapx-sdk-3.0.0-beta.2.tgz#9323cc14147085442610a8b0bd2fe126f79e8a0d"
integrity sha512-xEhlNEpCh2gRXMVXZl/a28M+zpxiFwKBM02Po8uczwzdIFGQ8feyfqpwmcd411ukqWsX2IZsCP+0sTxmy6qCxA==
dependencies:
"@ethersproject/bytes" "^5.7.0"
"@ethersproject/providers" "^5.7.0"
Expand Down

0 comments on commit 78e5caf

Please sign in to comment.