dsa-connect 0.6.96 → 0.6.98

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.
@@ -138,6 +138,7 @@ export declare const connectors: {
138
138
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
139
139
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
140
140
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
141
+ 'WEETHS-A': import("web3-utils").AbiItem[];
141
142
  };
142
143
  };
143
144
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const WEETHS_A: AbiItem[];
@@ -130,4 +130,5 @@ export declare const connectorsV2_M1: {
130
130
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
131
131
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
132
132
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
133
+ 'WEETHS-A': import("web3-utils").AbiItem[];
133
134
  };
@@ -136,6 +136,7 @@ export declare const Abi: {
136
136
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
137
137
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
138
138
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
139
+ 'WEETHS-A': import("web3-utils").AbiItem[];
139
140
  };
140
141
  };
141
142
  };
@@ -41,4 +41,5 @@ export declare const connectorsV2_M1: {
41
41
  'FLUID-STAKING-A': string;
42
42
  'BASIC-D-V2': string;
43
43
  'INSTAPOOL-D': string;
44
+ 'FLUID-ARB-CLAIM-A': string;
44
45
  };
@@ -28,5 +28,4 @@ export declare const connectorsV2_M1: {
28
28
  'FLUID-A': string;
29
29
  'BASIC-D-V2': string;
30
30
  'MORPHO-BLUE-A': string;
31
- 'FLUID-ARB-CLAIM-A': string;
32
31
  };
@@ -300,6 +300,7 @@ export declare const Addresses: {
300
300
  'PARASWAP-V6-A': string;
301
301
  'MERKLE-CLAIM-A': string;
302
302
  'SPARK-CLAIM-A': string;
303
+ 'WEETHS-A': string;
303
304
  };
304
305
  };
305
306
  };
@@ -419,6 +420,7 @@ export declare const Addresses: {
419
420
  'FLUID-STAKING-A': string;
420
421
  'BASIC-D-V2': string;
421
422
  'INSTAPOOL-D': string;
423
+ 'FLUID-ARB-CLAIM-A': string;
422
424
  };
423
425
  };
424
426
  };
@@ -566,7 +568,6 @@ export declare const Addresses: {
566
568
  'FLUID-A': string;
567
569
  'BASIC-D-V2': string;
568
570
  'MORPHO-BLUE-A': string;
569
- 'FLUID-ARB-CLAIM-A': string;
570
571
  };
571
572
  };
572
573
  };
@@ -113,4 +113,5 @@ export declare const connectorsV2_M1: {
113
113
  'PARASWAP-V6-A': string;
114
114
  'MERKLE-CLAIM-A': string;
115
115
  'SPARK-CLAIM-A': string;
116
+ 'WEETHS-A': string;
116
117
  };