@1inch/fusion-sdk 2.2.4-rc.2 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,9 +10,7 @@ export declare enum NetworkEnum {
10
10
  FANTOM = 250,
11
11
  GNOSIS = 100,
12
12
  COINBASE = 8453,
13
- LINEA = 59144,
14
- SONIC = 146,
15
- UNICHAIN = 130
13
+ LINEA = 59144
16
14
  }
17
15
  export declare const ONE_INCH_LIMIT_ORDER_V4 = "0x111111125421ca6dc452d289314280a0f8842a65";
18
16
  export declare const UINT_160_MAX: bigint;
@@ -11,6 +11,4 @@ export declare const CHAIN_TO_WRAPPER: {
11
11
  250: Address;
12
12
  324: Address;
13
13
  59144: Address;
14
- 130: Address;
15
- 146: Address;
16
14
  };
@@ -1,2 +1 @@
1
1
  export * from './whitelist';
2
- export * from './types';