dsa-connect 0.6.86 → 0.6.88

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.
@@ -134,6 +134,7 @@ export declare const connectors: {
134
134
  'EETH-A': import("web3-utils").AbiItem[];
135
135
  'FLUID-INST-CLAIM-A': import("web3-utils").AbiItem[];
136
136
  'PARASWAP-V6-A': import("web3-utils").AbiItem[];
137
+ 'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
137
138
  };
138
139
  };
139
140
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const MERKLE_CLAIM_A: AbiItem[];
@@ -126,4 +126,5 @@ export declare const connectorsV2_M1: {
126
126
  'EETH-A': import("web3-utils").AbiItem[];
127
127
  'FLUID-INST-CLAIM-A': import("web3-utils").AbiItem[];
128
128
  'PARASWAP-V6-A': import("web3-utils").AbiItem[];
129
+ 'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
129
130
  };
@@ -132,6 +132,7 @@ export declare const Abi: {
132
132
  'EETH-A': import("web3-utils").AbiItem[];
133
133
  'FLUID-INST-CLAIM-A': import("web3-utils").AbiItem[];
134
134
  'PARASWAP-V6-A': import("web3-utils").AbiItem[];
135
+ 'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
135
136
  };
136
137
  };
137
138
  };
@@ -297,6 +297,7 @@ export declare const Addresses: {
297
297
  'WEETH-A': string;
298
298
  'FLUID-INST-CLAIM-A': string;
299
299
  'PARASWAP-V6-A': string;
300
+ 'MERKLE-CLAIM-A': string;
300
301
  };
301
302
  };
302
303
  };
@@ -110,4 +110,5 @@ export declare const connectorsV2_M1: {
110
110
  'WEETH-A': string;
111
111
  'FLUID-INST-CLAIM-A': string;
112
112
  'PARASWAP-V6-A': string;
113
+ 'MERKLE-CLAIM-A': string;
113
114
  };