dsa-connect 0.7.7 → 0.7.9

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.
@@ -147,6 +147,8 @@ export declare const connectors: {
147
147
  'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
148
148
  'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
149
149
  'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
150
+ 'ZEROX-V5-A': import("web3-utils").AbiItem[];
151
+ 'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
150
152
  };
151
153
  };
152
154
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const MERKLE_CLAIM_LRT_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const ZEROX_V5_A: AbiItem[];
@@ -139,4 +139,6 @@ export declare const connectorsV2_M1: {
139
139
  'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
140
140
  'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
141
141
  'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
142
+ 'ZEROX-V5-A': import("web3-utils").AbiItem[];
143
+ 'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
142
144
  };
@@ -145,6 +145,8 @@ export declare const Abi: {
145
145
  'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
146
146
  'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
147
147
  'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
148
+ 'ZEROX-V5-A': import("web3-utils").AbiItem[];
149
+ 'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
148
150
  };
149
151
  };
150
152
  };
@@ -309,6 +309,8 @@ export declare const Addresses: {
309
309
  'FLUID-VAULT-T2-A': string;
310
310
  'FLUID-VAULT-T3-A': string;
311
311
  'FLUID-VAULT-T4-A': string;
312
+ 'ZEROX-V5-A': string;
313
+ 'MERKLE-CLAIM-LRT-A': string;
312
314
  };
313
315
  };
314
316
  };
@@ -122,4 +122,6 @@ export declare const connectorsV2_M1: {
122
122
  'FLUID-VAULT-T2-A': string;
123
123
  'FLUID-VAULT-T3-A': string;
124
124
  'FLUID-VAULT-T4-A': string;
125
+ 'ZEROX-V5-A': string;
126
+ 'MERKLE-CLAIM-LRT-A': string;
125
127
  };