dsa-connect 0.6.95 → 0.6.97

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.
@@ -137,6 +137,7 @@ export declare const connectors: {
137
137
  'PARASWAP-V6-A': import("web3-utils").AbiItem[];
138
138
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
139
139
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
140
+ 'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
140
141
  };
141
142
  };
142
143
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_ARB_CLAIM_A: AbiItem[];
@@ -129,4 +129,5 @@ export declare const connectorsV2_M1: {
129
129
  'PARASWAP-V6-A': import("web3-utils").AbiItem[];
130
130
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
131
131
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
132
+ 'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
132
133
  };
@@ -135,6 +135,7 @@ export declare const Abi: {
135
135
  'PARASWAP-V6-A': import("web3-utils").AbiItem[];
136
136
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
137
137
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
138
+ 'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
138
139
  };
139
140
  };
140
141
  };
@@ -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
  };
@@ -419,6 +419,7 @@ export declare const Addresses: {
419
419
  'FLUID-STAKING-A': string;
420
420
  'BASIC-D-V2': string;
421
421
  'INSTAPOOL-D': string;
422
+ 'FLUID-ARB-CLAIM-A': string;
422
423
  };
423
424
  };
424
425
  };