dsa-connect 0.6.78 → 0.6.80

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.
@@ -132,6 +132,7 @@ export declare const connectors: {
132
132
  'FLUID-STETH-A': import("web3-utils").AbiItem[];
133
133
  'WEETH-A': import("web3-utils").AbiItem[];
134
134
  'EETH-A': import("web3-utils").AbiItem[];
135
+ 'FLUID-INST-CLAIM-A': import("web3-utils").AbiItem[];
135
136
  };
136
137
  };
137
138
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_INST_CLAIM_A: AbiItem[];
@@ -124,4 +124,5 @@ export declare const connectorsV2_M1: {
124
124
  'FLUID-STETH-A': import("web3-utils").AbiItem[];
125
125
  'WEETH-A': import("web3-utils").AbiItem[];
126
126
  'EETH-A': import("web3-utils").AbiItem[];
127
+ 'FLUID-INST-CLAIM-A': import("web3-utils").AbiItem[];
127
128
  };
@@ -130,6 +130,7 @@ export declare const Abi: {
130
130
  'FLUID-STETH-A': import("web3-utils").AbiItem[];
131
131
  'WEETH-A': import("web3-utils").AbiItem[];
132
132
  'EETH-A': import("web3-utils").AbiItem[];
133
+ 'FLUID-INST-CLAIM-A': import("web3-utils").AbiItem[];
133
134
  };
134
135
  };
135
136
  };
@@ -295,6 +295,7 @@ export declare const Addresses: {
295
295
  'FLUID-STETH-A': string;
296
296
  'EETH-A': string;
297
297
  'WEETH-A': string;
298
+ 'FLUID-INST-CLAIM-A': string;
298
299
  };
299
300
  };
300
301
  };
@@ -108,4 +108,5 @@ export declare const connectorsV2_M1: {
108
108
  'FLUID-STETH-A': string;
109
109
  'EETH-A': string;
110
110
  'WEETH-A': string;
111
+ 'FLUID-INST-CLAIM-A': string;
111
112
  };