dsa-connect 0.6.30 → 0.6.31

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.
@@ -7,6 +7,7 @@ export declare const connectors: {
7
7
  versions: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
+ 'COMPOUND-V3-REWARDS-A': import("web3-utils").AbiItem[];
10
11
  'COMPOUND-V3-A': import("web3-utils").AbiItem[];
11
12
  'AAVE-V2-AUTOMATION-A': import("web3-utils").AbiItem[];
12
13
  'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const COMPOUND_V3_REWARDS_A: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'COMPOUND-V3-REWARDS-A': import("web3-utils").AbiItem[];
2
3
  'COMPOUND-V3-A': import("web3-utils").AbiItem[];
3
4
  'AAVE-V2-AUTOMATION-A': import("web3-utils").AbiItem[];
4
5
  'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
@@ -5,6 +5,7 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ 'COMPOUND-V3-REWARDS-A': import("web3-utils").AbiItem[];
8
9
  'COMPOUND-V3-A': import("web3-utils").AbiItem[];
9
10
  'AAVE-V2-AUTOMATION-A': import("web3-utils").AbiItem[];
10
11
  'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
@@ -242,6 +242,7 @@ export declare const Addresses: {
242
242
  'AAVE-V2-AUTOMATION-A': string;
243
243
  'COMPOUND-V3-A': string;
244
244
  'WSTETH-A': string;
245
+ 'COMPOUND-V3-REWARDS-A': string;
245
246
  };
246
247
  };
247
248
  };
@@ -74,4 +74,5 @@ export declare const connectorsV2_M1: {
74
74
  'AAVE-V2-AUTOMATION-A': string;
75
75
  'COMPOUND-V3-A': string;
76
76
  'WSTETH-A': string;
77
+ 'COMPOUND-V3-REWARDS-A': string;
77
78
  };