dsa-connect 0.7.6 → 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.
@@ -144,6 +144,10 @@ export declare const connectors: {
144
144
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
145
145
  'USDS-A': import("web3-utils").AbiItem[];
146
146
  'AAVE-V3-ETHERFI': import("web3-utils").AbiItem[];
147
+ 'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
148
+ 'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
149
+ 'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
150
+ 'ZEROX-V5-A': import("web3-utils").AbiItem[];
147
151
  };
148
152
  };
149
153
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_VAULT_T2_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_VAULT_T3_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_VAULT_T4_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const ZEROX_V5_A: AbiItem[];
@@ -136,4 +136,8 @@ export declare const connectorsV2_M1: {
136
136
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
137
137
  'USDS-A': import("web3-utils").AbiItem[];
138
138
  'AAVE-V3-ETHERFI': import("web3-utils").AbiItem[];
139
+ 'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
140
+ 'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
141
+ 'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
142
+ 'ZEROX-V5-A': import("web3-utils").AbiItem[];
139
143
  };
@@ -142,6 +142,10 @@ export declare const Abi: {
142
142
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
143
143
  'USDS-A': import("web3-utils").AbiItem[];
144
144
  'AAVE-V3-ETHERFI': import("web3-utils").AbiItem[];
145
+ 'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
146
+ 'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
147
+ 'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
148
+ 'ZEROX-V5-A': import("web3-utils").AbiItem[];
145
149
  };
146
150
  };
147
151
  };
@@ -306,6 +306,10 @@ export declare const Addresses: {
306
306
  'FLUID-MERKLE-CLAIM-A': string;
307
307
  'USDS-A': string;
308
308
  'AAVE-V3-ETHERFI': string;
309
+ 'FLUID-VAULT-T2-A': string;
310
+ 'FLUID-VAULT-T3-A': string;
311
+ 'FLUID-VAULT-T4-A': string;
312
+ 'ZEROX-V5-A': string;
309
313
  };
310
314
  };
311
315
  };
@@ -119,4 +119,8 @@ export declare const connectorsV2_M1: {
119
119
  'FLUID-MERKLE-CLAIM-A': string;
120
120
  'USDS-A': string;
121
121
  'AAVE-V3-ETHERFI': string;
122
+ 'FLUID-VAULT-T2-A': string;
123
+ 'FLUID-VAULT-T3-A': string;
124
+ 'FLUID-VAULT-T4-A': string;
125
+ 'ZEROX-V5-A': string;
122
126
  };