dsa-connect 0.7.7 → 0.7.8

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,7 @@ 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[];
150
151
  };
151
152
  };
152
153
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const ZEROX_V5_A: AbiItem[];
@@ -139,4 +139,5 @@ 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[];
142
143
  };
@@ -145,6 +145,7 @@ 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[];
148
149
  };
149
150
  };
150
151
  };
@@ -309,6 +309,7 @@ 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;
312
313
  };
313
314
  };
314
315
  };
@@ -122,4 +122,5 @@ 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;
125
126
  };