dsa-connect 0.5.13 → 0.5.14

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.
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INTEROP_B: AbiItem[];
@@ -186,25 +186,27 @@ export declare const Addresses: {
186
186
  authority: string;
187
187
  };
188
188
  2: {
189
- '1INCH-A': string;
190
- 'AAVE-V2-A': string;
191
- 'AUTHORITY-A': string;
192
- 'BASIC-A': string;
193
- 'AAVE-CLAIM-A': string;
194
- 'INSTAPOOL-A': string;
195
- 'PARASWAP-A': string;
196
- 'AAVE-V2-IMPORT-A': string;
197
- 'AAVE-V2-IMPORT-B': string;
198
- 'AAVE-CLAIM-B': string;
199
- 'GELATO-AAVE-A': string;
200
- 'POOLTOGETHER-A': string;
201
- 'INSTAPOOL-B': string;
202
- 'AAVE-V2-IMPORT-C': string;
203
- 'INTEROP-A': string;
204
- 'INTEROP-STAGING-A': string;
205
- 'INSTAPOOL-C': string;
206
- 'WMATIC-A': string;
207
- 'QUICKSWAP-A': string;
189
+ "1INCH-A": string;
190
+ "AAVE-V2-A": string;
191
+ "AUTHORITY-A": string;
192
+ "BASIC-A": string;
193
+ "AAVE-CLAIM-A": string;
194
+ "INSTAPOOL-A": string;
195
+ "PARASWAP-A": string;
196
+ "AAVE-V2-IMPORT-A": string;
197
+ "AAVE-V2-IMPORT-B": string;
198
+ "AAVE-CLAIM-B": string;
199
+ "GELATO-AAVE-A": string;
200
+ "POOLTOGETHER-A": string;
201
+ "INSTAPOOL-B": string;
202
+ "AAVE-V2-IMPORT-C": string;
203
+ "INTEROP-A": string;
204
+ "INTEROP-STAGING-A": string;
205
+ "INSTAPOOL-C": string;
206
+ "WMATIC-A": string;
207
+ "UNISWAP-V3-A": string;
208
+ "UNISWAP-V3-STAKE-A": string;
209
+ "QUICKSWAP-A": string;
208
210
  };
209
211
  };
210
212
  };
@@ -1,21 +1,23 @@
1
1
  export declare const connectorsV2_M1: {
2
- '1INCH-A': string;
3
- 'AAVE-V2-A': string;
4
- 'AUTHORITY-A': string;
5
- 'BASIC-A': string;
6
- 'AAVE-CLAIM-A': string;
7
- 'INSTAPOOL-A': string;
8
- 'PARASWAP-A': string;
9
- 'AAVE-V2-IMPORT-A': string;
10
- 'AAVE-V2-IMPORT-B': string;
11
- 'AAVE-CLAIM-B': string;
12
- 'GELATO-AAVE-A': string;
13
- 'POOLTOGETHER-A': string;
14
- 'INSTAPOOL-B': string;
15
- 'AAVE-V2-IMPORT-C': string;
16
- 'INTEROP-A': string;
17
- 'INTEROP-STAGING-A': string;
18
- 'INSTAPOOL-C': string;
19
- 'WMATIC-A': string;
20
- 'QUICKSWAP-A': string;
2
+ "1INCH-A": string;
3
+ "AAVE-V2-A": string;
4
+ "AUTHORITY-A": string;
5
+ "BASIC-A": string;
6
+ "AAVE-CLAIM-A": string;
7
+ "INSTAPOOL-A": string;
8
+ "PARASWAP-A": string;
9
+ "AAVE-V2-IMPORT-A": string;
10
+ "AAVE-V2-IMPORT-B": string;
11
+ "AAVE-CLAIM-B": string;
12
+ "GELATO-AAVE-A": string;
13
+ "POOLTOGETHER-A": string;
14
+ "INSTAPOOL-B": string;
15
+ "AAVE-V2-IMPORT-C": string;
16
+ "INTEROP-A": string;
17
+ "INTEROP-STAGING-A": string;
18
+ "INSTAPOOL-C": string;
19
+ "WMATIC-A": string;
20
+ "UNISWAP-V3-A": string;
21
+ "UNISWAP-V3-STAKE-A": string;
22
+ "QUICKSWAP-A": string;
21
23
  };