dsa-connect 0.7.6 → 0.7.7

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,9 @@ 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[];
147
150
  };
148
151
  };
149
152
  };
@@ -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[];
@@ -136,4 +136,7 @@ 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[];
139
142
  };
@@ -142,6 +142,9 @@ 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[];
145
148
  };
146
149
  };
147
150
  };
@@ -306,6 +306,9 @@ 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;
309
312
  };
310
313
  };
311
314
  };
@@ -119,4 +119,7 @@ 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;
122
125
  };