Skip to content

Commit

Permalink
feat(networks): integrate zkSync (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: CI/CD Bot <ci_cd_bot@1inch.io>
  • Loading branch information
krboktv and CI/CD Bot committed Jun 4, 2024
1 parent bd6bbff commit 8d70bec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/fusion-sdk",
"version": "2.1.1",
"version": "2.1.2-rc.0",
"description": "1inch Fusion SDK",
"author": "@1inch",
"private": false,
Expand Down
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const ZX = '0x'
export enum NetworkEnum {
ETHEREUM = 1,
POLYGON = 137,
ZKSYNC = 324,
BINANCE = 56,
ARBITRUM = 42161,
AVALANCHE = 43114,
Expand Down
3 changes: 3 additions & 0 deletions src/fusion-order/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ export const CHAIN_TO_WRAPPER = {
),
[NetworkEnum.FANTOM]: new Address(
'0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83'
),
[NetworkEnum.ZKSYNC]: new Address(
'0x5aea5775959fbc2557cc8789bc1bf90a239d9a91'
)
}

0 comments on commit 8d70bec

Please sign in to comment.