dsa-connect 0.6.67 → 0.6.69

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.
@@ -123,6 +123,7 @@ export declare const connectors: {
123
123
  'CURVE-USD-A': import("web3-utils").AbiItem[];
124
124
  'FLUID-A': import("web3-utils").AbiItem[];
125
125
  'MORPHO-BLUE-A': import("web3-utils").AbiItem[];
126
+ 'BASIC-D-V2': import("web3-utils").AbiItem[];
126
127
  };
127
128
  };
128
129
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const BASIC_D_V2: AbiItem[];
@@ -115,4 +115,5 @@ export declare const connectorsV2_M1: {
115
115
  'CURVE-USD-A': import("web3-utils").AbiItem[];
116
116
  'FLUID-A': import("web3-utils").AbiItem[];
117
117
  'MORPHO-BLUE-A': import("web3-utils").AbiItem[];
118
+ 'BASIC-D-V2': import("web3-utils").AbiItem[];
118
119
  };
@@ -121,6 +121,7 @@ export declare const Abi: {
121
121
  'CURVE-USD-A': import("web3-utils").AbiItem[];
122
122
  'FLUID-A': import("web3-utils").AbiItem[];
123
123
  'MORPHO-BLUE-A': import("web3-utils").AbiItem[];
124
+ 'BASIC-D-V2': import("web3-utils").AbiItem[];
124
125
  };
125
126
  };
126
127
  };
@@ -351,6 +351,7 @@ export declare const Addresses: {
351
351
  'AVO-APPROVE-MULTISIG-STAGING-A': string;
352
352
  'FLUID-A': string;
353
353
  'BASIC-D': string;
354
+ 'BASIC-D-V2': string;
354
355
  };
355
356
  };
356
357
  };
@@ -55,4 +55,5 @@ export declare const connectorsV2_M1: {
55
55
  'AVO-APPROVE-MULTISIG-STAGING-A': string;
56
56
  'FLUID-A': string;
57
57
  'BASIC-D': string;
58
+ 'BASIC-D-V2': string;
58
59
  };