Skip to content

Commit

Permalink
fix: signer
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda committed Mar 5, 2024
1 parent c03d5fc commit f156c7a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@uniswap/default-token-list": "^6.0.0",
"@uniswap/router-sdk": "^1.4.0",
"@uniswap/sdk-core": "^3.1.0",
"@uniswap/signer": "^0.0.1",
"@uniswap/signer": "0.0.3-beta.4",
"@uniswap/smart-order-router": "^3.3.0",
"@uniswap/token-lists": "^1.0.0-beta.31",
"@uniswap/uniswapx-sdk": "1.5.0-alpha.7",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"strictPropertyInitialization": true,
"outDir": "dist",
"allowJs": true,
"typeRoots": ["./node_modules/@types"]
"typeRoots": ["./node_modules/@types"],
"skipLibCheck": true
},
"exclude": ["cdk.out", "./dist/**/*"]
}
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5235,10 +5235,10 @@
tiny-invariant "^1.1.0"
toformat "^2.0.0"

"@uniswap/signer@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@uniswap/signer/-/signer-0.0.1.tgz#657cb152865d383b14c0ca7920ae935d475c9895"
integrity sha512-UBLoK2tYgoKdOpXf/rRh0XPQNkoP/1pXKQAh4otv88rNME3aN6Hpq+mB+lZMyvW5VrKaF5S42c3SusMHDH7PMg==
"@uniswap/[email protected].3-beta.4":
version "0.0.3-beta.4"
resolved "https://registry.yarnpkg.com/@uniswap/signer/-/signer-0.0.3-beta.4.tgz#cfdf9cd1592a11960250948409881cc55c0a375d"
integrity sha512-SI1ulT4jtgsrh4CK1wxcjKzv0QjHZIWZdoxreHaIkGEe6zCLvg5lvgq3RnjOhYp+6UbZMfDUYvyAV1qkNbTeNA==
dependencies:
"@aws-sdk/client-kms" "^3.513.0"
asn1.js "^5.4.1"
Expand Down Expand Up @@ -5294,11 +5294,16 @@
dotenv "^14.2.0"
hardhat-watcher "^2.1.1"

"@uniswap/token-lists@^1.0.0-beta.25", "@uniswap/token-lists@^1.0.0-beta.31":
"@uniswap/token-lists@^1.0.0-beta.25":
version "1.0.0-beta.31"
resolved "https://registry.yarnpkg.com/@uniswap/token-lists/-/token-lists-1.0.0-beta.31.tgz#ff3852bd505ec7b4c276625c762ea79a93a919ec"
integrity sha512-BQVoelKCRf64IToPEs1wxiXOnhr/ukwPOF78XG11PrTAOL4F8umjYKFb8ZPv1/dIJsPaC7GhLSriEqyp94SasQ==

"@uniswap/token-lists@^1.0.0-beta.31":
version "1.0.0-beta.33"
resolved "https://registry.yarnpkg.com/@uniswap/token-lists/-/token-lists-1.0.0-beta.33.tgz#966ba96c9ccc8f0e9e09809890b438203f2b1911"
integrity sha512-JQkXcpRI3jFG8y3/CGC4TS8NkDgcxXaOQuYW8Qdvd6DcDiIyg2vVYCG9igFEzF0G6UvxgHkBKC7cWCgzZNYvQg==

"@uniswap/[email protected]":
version "1.5.0-alpha.7"
resolved "https://registry.yarnpkg.com/@uniswap/uniswapx-sdk/-/uniswapx-sdk-1.5.0-alpha.7.tgz#6c16e589b2a5492d574a008d5bbfaf3d2fd94f5f"
Expand Down

0 comments on commit f156c7a

Please sign in to comment.