1
- import { Address } from './address'
2
-
3
1
export const ZX = '0x'
4
2
5
3
export enum NetworkEnum {
@@ -14,37 +12,6 @@ export enum NetworkEnum {
14
12
COINBASE = 8453
15
13
}
16
14
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
-
48
15
export const ONE_INCH_LIMIT_ORDER_V4 =
49
16
'0x111111125421ca6dc452d289314280a0f8842a65'
50
17
0 commit comments