diff --git a/package.json b/package.json index fdc34b540f..85ca2198a5 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@sushiswap/core-sdk": "1.0.0-canary.132", "@sushiswap/kashi-sdk": "1.0.0-canary.104", "@sushiswap/limit-order-pair-list": "0.2.17", - "@sushiswap/limit-order-sdk": "1.0.0-canary.113", + "@sushiswap/limit-order-sdk": "1.0.0-canary.175", "@sushiswap/miso": "1.0.0-canary.47", "@sushiswap/miso-sdk": "1.0.0-canary.102", "@sushiswap/trident": "^1.0.0-canary.40", diff --git a/yarn.lock b/yarn.lock index b28beaa8d7..5d7a9979fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3053,6 +3053,22 @@ tiny-warning "^1.0.0" toformat "^2.0.0" +"@sushiswap/core-sdk@1.0.0-canary.16": + version "1.0.0-canary.16" + resolved "https://registry.yarnpkg.com/@sushiswap/core-sdk/-/core-sdk-1.0.0-canary.16.tgz#e3b42a442233c1fe2d058a0f8564a66667317bd5" + integrity sha512-eLcpnUcZDK8gM0JzASsa3AkeESvnYzpsMV1cJ0j8AT8T915tLh96LigvfnJb2DZG3EbDcbl23be/rxlcHIx3QQ== + dependencies: + "@ethersproject/address" "^5.4.0" + "@ethersproject/bignumber" "^5.4.0" + "@ethersproject/providers" "^5.4.0" + "@ethersproject/solidity" "^5.4.0" + big.js "^6.1.1" + decimal.js-light "^2.5.0" + jsbi "^4.1.0" + tiny-invariant "^1.1.0" + tiny-warning "^1.0.0" + toformat "^2.0.0" + "@sushiswap/core@^2.0.0-canary.1": version "2.0.0-canary.1" resolved "https://registry.yarnpkg.com/@sushiswap/core/-/core-2.0.0-canary.1.tgz#91c938668282d463e4fce6e0cf4d320ce5f3768f" @@ -3077,10 +3093,10 @@ resolved "https://registry.yarnpkg.com/@sushiswap/limit-order-pair-list/-/limit-order-pair-list-0.2.17.tgz#0f0b1fb2d4f2425056e76673cb3c3c7011dacfcb" integrity sha512-j5ewnBO2kEH1s3/dXPS8+qaFO/rM83H6DMP9Zy/Uh76Ub+wjRC4EqQEuhPlrAgQvqSTNX4hbPByD7x/OMzINuw== -"@sushiswap/limit-order-sdk@1.0.0-canary.113": - version "1.0.0-canary.113" - resolved "https://registry.yarnpkg.com/@sushiswap/limit-order-sdk/-/limit-order-sdk-1.0.0-canary.113.tgz#bff9f36b49d9be5d196b0f79070bb420d7ca9069" - integrity sha512-apyLRfmY3Bhfj1MsLDliHNdxhTeiDAcc8Mc3PXv5L+d6/kBvbPg3jm5DjOB2/EXNEN2ZdKOck7sLXlpZICIg+A== +"@sushiswap/limit-order-sdk@1.0.0-canary.175": + version "1.0.0-canary.175" + resolved "https://registry.yarnpkg.com/@sushiswap/limit-order-sdk/-/limit-order-sdk-1.0.0-canary.175.tgz#31957918a7ebbcb261dd2bb493d3cb369a0bd714" + integrity sha512-tA4rgwc+4aonVN8/dDRMKY3QuxbJBft8ekJL28j0iu7E101a5eaiHZN5L4GcTjFdu4vhAAo1w3vgLzj4uJL5yQ== dependencies: "@ethersproject/abi" "^5.4.0" "@ethersproject/abstract-signer" "^5.4.0" @@ -3089,7 +3105,7 @@ "@ethersproject/experimental" "^5.4.0" "@ethersproject/signing-key" "^5.4.0" "@ethersproject/transactions" "^5.4.0" - "@sushiswap/core-sdk" "1.0.0-canary.132" + "@sushiswap/core-sdk" "1.0.0-canary.16" eip-712 "^0.4.0" isomorphic-unfetch "^3.0.0"