dsa-connect 0.6.2 → 0.6.3

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,8 @@ export declare const connectors: {
7
7
  versions: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
+ 'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
11
+ 'PANGOLIN-A': import("web3-utils").AbiItem[];
10
12
  'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
11
13
  'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
12
14
  'SUSHISWAP-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const PANGOLIN_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const PANGOLIN_STAKE_A: AbiItem[];
@@ -1,4 +1,6 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
3
+ 'PANGOLIN-A': import("web3-utils").AbiItem[];
2
4
  'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
3
5
  'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
4
6
  'SUSHISWAP-A': import("web3-utils").AbiItem[];
@@ -5,6 +5,8 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ 'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
9
+ 'PANGOLIN-A': import("web3-utils").AbiItem[];
8
10
  'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
9
11
  'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
10
12
  'SUSHISWAP-A': import("web3-utils").AbiItem[];
@@ -1,21 +1,23 @@
1
1
  export declare const connectorsV2_M1: {
2
- "AUTHORITY-A": string;
3
- "BASIC-A": string;
4
- "WAVAX-A": string;
5
- "AAVE-V2-A": string;
6
- "AAVE-CLAIM-A": string;
7
- "AAVE-V2-IMPORT-C": string;
8
- "PARASWAP-A": string;
9
- "BENQI-A": string;
10
- "QI-A": string;
11
- "INSTAPOOL-B": string;
12
- "INTEROP-A": string;
13
- "INTEROP-STAGING-A": string;
14
- "INSTAPOOL-C": string;
15
- "PARASWAP-V5-A": string;
16
- "ZEROX-A": string;
17
- "ZEROX-V4-A": string;
18
- "SUSHISWAP-A": string;
19
- "1INCH-A": string;
20
- "1INCH-V4-A": string;
2
+ 'AUTHORITY-A': string;
3
+ 'BASIC-A': string;
4
+ 'WAVAX-A': string;
5
+ 'AAVE-V2-A': string;
6
+ 'AAVE-CLAIM-A': string;
7
+ 'AAVE-V2-IMPORT-C': string;
8
+ 'PARASWAP-A': string;
9
+ 'BENQI-A': string;
10
+ 'QI-A': string;
11
+ 'INSTAPOOL-B': string;
12
+ 'INTEROP-A': string;
13
+ 'INTEROP-STAGING-A': string;
14
+ 'INSTAPOOL-C': string;
15
+ 'PARASWAP-V5-A': string;
16
+ 'ZEROX-A': string;
17
+ 'ZEROX-V4-A': string;
18
+ 'SUSHISWAP-A': string;
19
+ '1INCH-A': string;
20
+ '1INCH-V4-A': string;
21
+ 'PANGOLIN-A': string;
22
+ 'PANGOLIN-STAKE-A': string;
21
23
  };
@@ -271,25 +271,27 @@ export declare const Addresses: {
271
271
  43114: {
272
272
  versions: {
273
273
  2: {
274
- "AUTHORITY-A": string;
275
- "BASIC-A": string;
276
- "WAVAX-A": string;
277
- "AAVE-V2-A": string;
278
- "AAVE-CLAIM-A": string;
279
- "AAVE-V2-IMPORT-C": string;
280
- "PARASWAP-A": string;
281
- "BENQI-A": string;
282
- "QI-A": string;
283
- "INSTAPOOL-B": string;
284
- "INTEROP-A": string;
285
- "INTEROP-STAGING-A": string;
286
- "INSTAPOOL-C": string;
287
- "PARASWAP-V5-A": string;
288
- "ZEROX-A": string;
289
- "ZEROX-V4-A": string;
290
- "SUSHISWAP-A": string;
291
- "1INCH-A": string;
292
- "1INCH-V4-A": string;
274
+ 'AUTHORITY-A': string;
275
+ 'BASIC-A': string;
276
+ 'WAVAX-A': string;
277
+ 'AAVE-V2-A': string;
278
+ 'AAVE-CLAIM-A': string;
279
+ 'AAVE-V2-IMPORT-C': string;
280
+ 'PARASWAP-A': string;
281
+ 'BENQI-A': string;
282
+ 'QI-A': string;
283
+ 'INSTAPOOL-B': string;
284
+ 'INTEROP-A': string;
285
+ 'INTEROP-STAGING-A': string;
286
+ 'INSTAPOOL-C': string;
287
+ 'PARASWAP-V5-A': string;
288
+ 'ZEROX-A': string;
289
+ 'ZEROX-V4-A': string;
290
+ 'SUSHISWAP-A': string;
291
+ '1INCH-A': string;
292
+ '1INCH-V4-A': string;
293
+ 'PANGOLIN-A': string;
294
+ 'PANGOLIN-STAKE-A': string;
293
295
  };
294
296
  };
295
297
  };