dsa-connect 0.6.14-beta.3 → 0.6.14

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.
@@ -7,6 +7,7 @@ export declare const connectors: {
7
7
  versions: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
+ 'HOP-MAINNET-A': import("web3-utils").AbiItem[];
10
11
  'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
11
12
  'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
12
13
  'HOP-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const HOP_MAINNET_A: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'HOP-MAINNET-A': import("web3-utils").AbiItem[];
2
3
  'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
3
4
  'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
4
5
  'HOP-A': import("web3-utils").AbiItem[];
@@ -5,6 +5,7 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ 'HOP-MAINNET-A': import("web3-utils").AbiItem[];
8
9
  'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
9
10
  'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
10
11
  'HOP-A': import("web3-utils").AbiItem[];
@@ -16,4 +16,5 @@ export declare const connectorsV2_M1: {
16
16
  'AAVE-V3-A': string;
17
17
  'AAVE-V3-IMPORT-A': string;
18
18
  'AAVE-V3-IMPORT-PERMIT-A': string;
19
+ 'HOP-A': string;
19
20
  };
@@ -230,6 +230,7 @@ export declare const Addresses: {
230
230
  'COMPOUND-IMPORT-D': string;
231
231
  'LITE-A': string;
232
232
  'NOTIONAL-V2-A': string;
233
+ 'HOP-MAINNET-A': string;
233
234
  };
234
235
  };
235
236
  };
@@ -300,6 +301,7 @@ export declare const Addresses: {
300
301
  'AAVE-V3-A': string;
301
302
  'AAVE-V3-IMPORT-A': string;
302
303
  'AAVE-V3-IMPORT-PERMIT-A': string;
304
+ 'HOP-A': string;
303
305
  };
304
306
  };
305
307
  };
@@ -352,6 +354,7 @@ export declare const Addresses: {
352
354
  'AAVE-V3-A': string;
353
355
  'AAVE-V3-IMPORT-A': string;
354
356
  'INSTAPOOL-C': string;
357
+ 'HOP-A': string;
355
358
  };
356
359
  };
357
360
  };
@@ -62,4 +62,5 @@ export declare const connectorsV2_M1: {
62
62
  'COMPOUND-IMPORT-D': string;
63
63
  'LITE-A': string;
64
64
  'NOTIONAL-V2-A': string;
65
+ 'HOP-MAINNET-A': string;
65
66
  };
@@ -13,4 +13,5 @@ export declare const connectorsV2_M1: {
13
13
  'AAVE-V3-A': string;
14
14
  'AAVE-V3-IMPORT-A': string;
15
15
  'INSTAPOOL-C': string;
16
+ 'HOP-A': string;
16
17
  };