dsa-connect 0.6.49 → 0.6.52
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/addresses/base/connectorsV2_M1.d.ts +3 -0
- package/dist/addresses/base/core.d.ts +1 -0
- package/dist/addresses/core.d.ts +1 -0
- package/dist/addresses/index.d.ts +4 -0
- package/dist/dsa.d.ts +1 -1
- 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
package/dist/addresses/core.d.ts
CHANGED
|
@@ -120,6 +120,7 @@ export declare const Addresses: {
|
|
|
120
120
|
8453: {
|
|
121
121
|
index: string;
|
|
122
122
|
list: string;
|
|
123
|
+
read: string;
|
|
123
124
|
versions: {
|
|
124
125
|
1: {
|
|
125
126
|
account: string;
|
|
@@ -503,6 +504,9 @@ export declare const Addresses: {
|
|
|
503
504
|
'COMPOUND-V3-REWARDS-A': string;
|
|
504
505
|
'AVO-APPROVE-A': string;
|
|
505
506
|
'AVO-APPROVE-STAGING-A': string;
|
|
507
|
+
'AAVE-V3-CLAIM-A': string;
|
|
508
|
+
'AAVE-V3-A': string;
|
|
509
|
+
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
506
510
|
};
|
|
507
511
|
};
|
|
508
512
|
};
|
package/dist/dsa.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export declare type DSAConfig = {
|
|
|
22
22
|
web3: Web3;
|
|
23
23
|
mode?: 'browser';
|
|
24
24
|
};
|
|
25
|
-
export declare type ChainId = 1 | 137 | 42161 | 43114 | 10 | 250;
|
|
25
|
+
export declare type ChainId = 1 | 137 | 42161 | 43114 | 10 | 250 | 8453;
|
|
26
26
|
export interface Instance {
|
|
27
27
|
id: number;
|
|
28
28
|
address: string;
|