dsa-connect 0.7.18 → 0.7.20
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.
- package/dist/abi/connectors/index.d.ts +2 -0
- package/dist/abi/connectors/v2/AAVE-V3-MERIT-CLAIM-A.d.ts +2 -0
- package/dist/abi/connectors/v2/DELEGATE-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +2 -0
- package/dist/abi/index.d.ts +2 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/avalanche/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/index.d.ts +3 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +1 -0
- package/dist/index.bundle.js +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -154,6 +154,8 @@ export declare const connectors: {
|
|
|
154
154
|
'SPARK-PSM-A': import("web3-utils").AbiItem[];
|
|
155
155
|
'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
|
|
156
156
|
'SUSDS-A': import("web3-utils").AbiItem[];
|
|
157
|
+
'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
|
|
158
|
+
'DELEGATE-A': import("web3-utils").AbiItem[];
|
|
157
159
|
};
|
|
158
160
|
};
|
|
159
161
|
};
|
|
@@ -146,4 +146,6 @@ export declare const connectorsV2_M1: {
|
|
|
146
146
|
'SPARK-PSM-A': import("web3-utils").AbiItem[];
|
|
147
147
|
'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
|
|
148
148
|
'SUSDS-A': import("web3-utils").AbiItem[];
|
|
149
|
+
'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
|
|
150
|
+
'DELEGATE-A': import("web3-utils").AbiItem[];
|
|
149
151
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -152,6 +152,8 @@ export declare const Abi: {
|
|
|
152
152
|
'SPARK-PSM-A': import("web3-utils").AbiItem[];
|
|
153
153
|
'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
|
|
154
154
|
'SUSDS-A': import("web3-utils").AbiItem[];
|
|
155
|
+
'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
|
|
156
|
+
'DELEGATE-A': import("web3-utils").AbiItem[];
|
|
155
157
|
};
|
|
156
158
|
};
|
|
157
159
|
};
|
|
@@ -315,6 +315,7 @@ export declare const Addresses: {
|
|
|
315
315
|
'MORPHO-TOKEN-WRAPPER-A': string;
|
|
316
316
|
'SPARK-PSM-A': string;
|
|
317
317
|
'MORPHO-CLAIM-A': string;
|
|
318
|
+
'AAVE-V3-MERIT-CLAIM-A': string;
|
|
318
319
|
};
|
|
319
320
|
};
|
|
320
321
|
};
|
|
@@ -445,6 +446,7 @@ export declare const Addresses: {
|
|
|
445
446
|
'FLUID-VAULT-T2-A': string;
|
|
446
447
|
'FLUID-VAULT-T3-A': string;
|
|
447
448
|
'FLUID-VAULT-T4-A': string;
|
|
449
|
+
'DELEGATE-A': string;
|
|
448
450
|
};
|
|
449
451
|
};
|
|
450
452
|
};
|
|
@@ -494,6 +496,7 @@ export declare const Addresses: {
|
|
|
494
496
|
'OKX-A': string;
|
|
495
497
|
'ODOS-V2-A': string;
|
|
496
498
|
'ZEROX-V2-A': string;
|
|
499
|
+
'AAVE-V3-MERIT-CLAIM-A': string;
|
|
497
500
|
};
|
|
498
501
|
};
|
|
499
502
|
};
|