@1inch/fusion-sdk 2.1.10-rc.5 → 2.1.11-rc.0

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.
@@ -9,7 +9,8 @@ export declare enum NetworkEnum {
9
9
  OPTIMISM = 10,
10
10
  FANTOM = 250,
11
11
  GNOSIS = 100,
12
- COINBASE = 8453
12
+ COINBASE = 8453,
13
+ LINEA = 59144
13
14
  }
14
15
  export declare const ONE_INCH_LIMIT_ORDER_V4 = "0x111111125421ca6dc452d289314280a0f8842a65";
15
16
  export declare const UINT_160_MAX: bigint;
@@ -10,4 +10,5 @@ export declare const CHAIN_TO_WRAPPER: {
10
10
  10: Address;
11
11
  250: Address;
12
12
  324: Address;
13
+ 59144: Address;
13
14
  };
@@ -5,6 +5,7 @@ export declare class Whitelist {
5
5
  readonly resolvingStartTime: bigint;
6
6
  readonly whitelist: WhitelistItem[];
7
7
  private constructor();
8
+ get length(): number;
8
9
  static decodeFrom<T extends string | bigint>(bytes: BytesIter<T>): Whitelist;
9
10
  static decode(bytes: string): Whitelist;
10
11
  static new(resolvingStartTime: bigint, whitelist: {