Skip to content

Commit c3a1114

Browse files
committed
remove addresses
1 parent d4cc665 commit c3a1114

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

src/constants.ts

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import {Address} from './address'
2-
31
export const ZX = '0x'
42

53
export enum NetworkEnum {
@@ -14,37 +12,6 @@ export enum NetworkEnum {
1412
COINBASE = 8453
1513
}
1614

17-
// todo: change addresses
18-
export const SETTLEMENT_EXTENSION_ADDRESS_MAP: Record<NetworkEnum, Address> = {
19-
[NetworkEnum.ETHEREUM]: new Address(
20-
'0x8273f37417da37c4a6c3995e82cf442f87a25d9c'
21-
),
22-
[NetworkEnum.BINANCE]: new Address(
23-
'0x1d0ae300eec4093cee4367c00b228d10a5c7ac63'
24-
),
25-
[NetworkEnum.POLYGON]: new Address(
26-
'0x1e8ae092651e7b14e4d0f93611267c5be19b8b9f'
27-
),
28-
[NetworkEnum.ARBITRUM]: new Address(
29-
'0x4bc3e539aaa5b18a82f6cd88dc9ab0e113c63377'
30-
),
31-
[NetworkEnum.AVALANCHE]: new Address(
32-
'0x7731f8df999a9441ae10519617c24568dc82f697'
33-
),
34-
[NetworkEnum.OPTIMISM]: new Address(
35-
'0xd89adc20c400b6c45086a7f6ab2dca19745b89c2'
36-
),
37-
[NetworkEnum.FANTOM]: new Address(
38-
'0xa218543cc21ee9388fa1e509f950fd127ca82155'
39-
),
40-
[NetworkEnum.GNOSIS]: new Address(
41-
'0xcbdb7490968d4dbf183c60fc899c2e9fbd445308'
42-
),
43-
[NetworkEnum.COINBASE]: new Address(
44-
'0x7f069df72b7a39bce9806e3afaf579e54d8cf2b9'
45-
)
46-
}
47-
4815
export const ONE_INCH_LIMIT_ORDER_V4 =
4916
'0x111111125421ca6dc452d289314280a0f8842a65'
5017

0 commit comments

Comments
 (0)