dsa-connect 0.7.19 → 0.7.21

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.
@@ -155,6 +155,7 @@ export declare const connectors: {
155
155
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
156
156
  'SUSDS-A': import("web3-utils").AbiItem[];
157
157
  'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
158
+ 'DELEGATE-A': import("web3-utils").AbiItem[];
158
159
  };
159
160
  };
160
161
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const DELEGATE_A: AbiItem[];
@@ -147,4 +147,5 @@ export declare const connectorsV2_M1: {
147
147
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
148
148
  'SUSDS-A': import("web3-utils").AbiItem[];
149
149
  'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
150
+ 'DELEGATE-A': import("web3-utils").AbiItem[];
150
151
  };
@@ -153,6 +153,7 @@ export declare const Abi: {
153
153
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
154
154
  'SUSDS-A': import("web3-utils").AbiItem[];
155
155
  'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
156
+ 'DELEGATE-A': import("web3-utils").AbiItem[];
156
157
  };
157
158
  };
158
159
  };
@@ -49,4 +49,5 @@ export declare const connectorsV2_M1: {
49
49
  'FLUID-VAULT-T2-A': string;
50
50
  'FLUID-VAULT-T3-A': string;
51
51
  'FLUID-VAULT-T4-A': string;
52
+ 'DELEGATE-A': string;
52
53
  };
@@ -446,6 +446,7 @@ export declare const Addresses: {
446
446
  'FLUID-VAULT-T2-A': string;
447
447
  'FLUID-VAULT-T3-A': string;
448
448
  'FLUID-VAULT-T4-A': string;
449
+ 'DELEGATE-A': string;
449
450
  };
450
451
  };
451
452
  };