dsa-connect 0.6.21 → 0.6.22

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.
@@ -8,6 +8,7 @@ export declare const connectors: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
10
  'EULER-A': import("web3-utils").AbiItem[];
11
+ EULER_REWARDS_A: import("web3-utils").AbiItem[];
11
12
  'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
12
13
  'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
13
14
  'SOCKET-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const EULER_REWARDS_A: AbiItem[];
@@ -1,5 +1,6 @@
1
1
  export declare const connectorsV2_M1: {
2
2
  'EULER-A': import("web3-utils").AbiItem[];
3
+ EULER_REWARDS_A: import("web3-utils").AbiItem[];
3
4
  'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
4
5
  'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
5
6
  'SOCKET-A': import("web3-utils").AbiItem[];
@@ -6,6 +6,7 @@ export declare const Abi: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
8
  'EULER-A': import("web3-utils").AbiItem[];
9
+ EULER_REWARDS_A: import("web3-utils").AbiItem[];
9
10
  'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
10
11
  'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
11
12
  'SOCKET-A': import("web3-utils").AbiItem[];
@@ -236,6 +236,7 @@ export declare const Addresses: {
236
236
  "SWAP-AGGREGATOR-A": string;
237
237
  "INSTA-DEX-SIMULATION-A": string;
238
238
  "EULER-A": string;
239
+ "EULER-REWARD-A": string;
239
240
  };
240
241
  };
241
242
  };
@@ -68,4 +68,5 @@ export declare const connectorsV2_M1: {
68
68
  "SWAP-AGGREGATOR-A": string;
69
69
  "INSTA-DEX-SIMULATION-A": string;
70
70
  "EULER-A": string;
71
+ "EULER-REWARD-A": string;
71
72
  };