dsa-connect 0.7.0 → 0.7.1

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.
@@ -141,6 +141,7 @@ export declare const connectors: {
141
141
  'WEETHS-A': import("web3-utils").AbiItem[];
142
142
  'ODOS-V2-A': import("web3-utils").AbiItem[];
143
143
  'OKX-A': import("web3-utils").AbiItem[];
144
+ 'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
144
145
  };
145
146
  };
146
147
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_MERKLE_CLAIM_A: AbiItem[];
@@ -133,4 +133,5 @@ export declare const connectorsV2_M1: {
133
133
  'WEETHS-A': import("web3-utils").AbiItem[];
134
134
  'ODOS-V2-A': import("web3-utils").AbiItem[];
135
135
  'OKX-A': import("web3-utils").AbiItem[];
136
+ 'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
136
137
  };
@@ -139,6 +139,7 @@ export declare const Abi: {
139
139
  'WEETHS-A': import("web3-utils").AbiItem[];
140
140
  'ODOS-V2-A': import("web3-utils").AbiItem[];
141
141
  'OKX-A': import("web3-utils").AbiItem[];
142
+ 'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
142
143
  };
143
144
  };
144
145
  };
@@ -303,6 +303,7 @@ export declare const Addresses: {
303
303
  'WEETHS-A': string;
304
304
  'OKX-A': string;
305
305
  'ODOS-V2-A': string;
306
+ 'FLUID-MERKLE-CLAIM-A': string;
306
307
  };
307
308
  };
308
309
  };
@@ -116,4 +116,5 @@ export declare const connectorsV2_M1: {
116
116
  'WEETHS-A': string;
117
117
  'OKX-A': string;
118
118
  'ODOS-V2-A': string;
119
+ 'FLUID-MERKLE-CLAIM-A': string;
119
120
  };