Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey committed Feb 5, 2025
1 parent 59b0469 commit b6d769b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
import JSBI from 'jsbi'

export const FACTORY_ADDRESSES: Record<number, string | undefined> = {
1: undefined,
196: undefined,
1101: undefined,
5000: undefined,
8453: undefined,
42161: '0xD99c21C96103F36BC1FA26DD6448af4DA030c1EF'
}

export const INIT_CODE_HASHES: Record<number, string | undefined> = {
1: undefined,
196: undefined,
1101: undefined,
5000: undefined,
8453: undefined,
42161: '0x3a71df2e5dedc0551796096fa5135dd704506f5cdcd786351b313d77f498666e'
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b6d769b

Please sign in to comment.