dsa-connect 0.6.70 → 0.6.71

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.
@@ -127,6 +127,7 @@ export declare const connectors: {
127
127
  'INSTAPOOL-D': import("web3-utils").AbiItem[];
128
128
  'SPARK-IMPORT-A': import("web3-utils").AbiItem[];
129
129
  'SPARK-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
130
+ 'FLUID-STAKING-A': import("web3-utils").AbiItem[];
130
131
  };
131
132
  };
132
133
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_STAKING_A: AbiItem[];
@@ -119,4 +119,5 @@ export declare const connectorsV2_M1: {
119
119
  'INSTAPOOL-D': import("web3-utils").AbiItem[];
120
120
  'SPARK-IMPORT-A': import("web3-utils").AbiItem[];
121
121
  'SPARK-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
122
+ 'FLUID-STAKING-A': import("web3-utils").AbiItem[];
122
123
  };
@@ -125,6 +125,7 @@ export declare const Abi: {
125
125
  'INSTAPOOL-D': import("web3-utils").AbiItem[];
126
126
  'SPARK-IMPORT-A': import("web3-utils").AbiItem[];
127
127
  'SPARK-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
128
+ 'FLUID-STAKING-A': import("web3-utils").AbiItem[];
128
129
  };
129
130
  };
130
131
  };
@@ -290,6 +290,7 @@ export declare const Addresses: {
290
290
  'BASIC-D-V2': string;
291
291
  'SPARK-IMPORT-PERMIT-A': string;
292
292
  'SPARK-IMPORT-A': string;
293
+ 'FLUID-STAKING-A': string;
293
294
  };
294
295
  };
295
296
  };
@@ -357,6 +358,7 @@ export declare const Addresses: {
357
358
  'FLUID-A': string;
358
359
  'BASIC-D': string;
359
360
  'BASIC-D-V2': string;
361
+ 'FLUID-STAKING-A': string;
360
362
  };
361
363
  };
362
364
  };
@@ -103,4 +103,5 @@ export declare const connectorsV2_M1: {
103
103
  'BASIC-D-V2': string;
104
104
  'SPARK-IMPORT-PERMIT-A': string;
105
105
  'SPARK-IMPORT-A': string;
106
+ 'FLUID-STAKING-A': string;
106
107
  };
@@ -56,4 +56,5 @@ export declare const connectorsV2_M1: {
56
56
  'FLUID-A': string;
57
57
  'BASIC-D': string;
58
58
  'BASIC-D-V2': string;
59
+ 'FLUID-STAKING-A': string;
59
60
  };