From b6d769bccadbbfac1361522090330f333af1909a Mon Sep 17 00:00:00 2001 From: Corey Date: Wed, 5 Feb 2025 01:51:32 -0500 Subject: [PATCH] updated deps --- src/constants.ts | 10 ---------- yarn.lock | 8 ++++---- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 0fcc2b2d1..86000e75b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,20 +1,10 @@ import JSBI from 'jsbi' export const FACTORY_ADDRESSES: Record = { - 1: undefined, - 196: undefined, - 1101: undefined, - 5000: undefined, - 8453: undefined, 42161: '0xD99c21C96103F36BC1FA26DD6448af4DA030c1EF' } export const INIT_CODE_HASHES: Record = { - 1: undefined, - 196: undefined, - 1101: undefined, - 5000: undefined, - 8453: undefined, 42161: '0x3a71df2e5dedc0551796096fa5135dd704506f5cdcd786351b313d77f498666e' } diff --git a/yarn.lock b/yarn.lock index ec22e8e5a..f0f8df92f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1131,10 +1131,10 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@dolomite-exchange/sdk-core@2.3.7": - version "2.3.7" - resolved "https://registry.yarnpkg.com/@dolomite-exchange/sdk-core/-/sdk-core-2.3.7.tgz#64ef784606a7bd0f98d1ae92f3b165dd9ed6fb6a" - integrity sha512-0vxGlYHn/PjutOIuATWwszZ+sV3IAZf9va6lQo6scNBBd6CspMYMRtEV7a2XmBjOaV8kt4sTLHa8fO/kCgm/cg== +"@dolomite-exchange/sdk-core@2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@dolomite-exchange/sdk-core/-/sdk-core-2.4.1.tgz#7372c5cb24c540146717693d089a3f4aee21ce04" + integrity sha512-fs8Ardn3M66cLRnJ8rrWTz/be/DndxyyKc3T/MfrUXmBo27PtO/RQkBajj7SVo1N+q/brij7RHJ9ShUMWbn6TQ== dependencies: "@ethersproject/address" "^5.0.2" "@uniswap/token-lists" "^1.0.0-beta.24"