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.
@@ -16,4 +16,7 @@ export declare const connectorsV2_M1: {
16
16
  'COMPOUND-V3-REWARDS-A': string;
17
17
  'AVO-APPROVE-A': string;
18
18
  'AVO-APPROVE-STAGING-A': string;
19
+ 'AAVE-V3-CLAIM-A': string;
20
+ 'AAVE-V3-A': string;
21
+ 'AAVE-V3-IMPORT-PERMIT-A': string;
19
22
  };
@@ -1,6 +1,7 @@
1
1
  export declare const core: {
2
2
  index: string;
3
3
  list: string;
4
+ read: string;
4
5
  versions: {
5
6
  1: {
6
7
  account: string;
@@ -118,6 +118,7 @@ export declare const core: {
118
118
  8453: {
119
119
  index: string;
120
120
  list: string;
121
+ read: string;
121
122
  versions: {
122
123
  1: {
123
124
  account: string;
@@ -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;