dsa-connect 0.6.50 → 0.6.53
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 +1 -0
- package/dist/addresses/base/core.d.ts +1 -0
- package/dist/addresses/core.d.ts +1 -0
- package/dist/addresses/index.d.ts +2 -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;
|
|
@@ -506,6 +507,7 @@ export declare const Addresses: {
|
|
|
506
507
|
'AAVE-V3-CLAIM-A': string;
|
|
507
508
|
'AAVE-V3-A': string;
|
|
508
509
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
510
|
+
'INSTAPOOL-C': string;
|
|
509
511
|
};
|
|
510
512
|
};
|
|
511
513
|
};
|
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;
|