dsa-connect 0.6.14-beta.1 → 0.6.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.
- package/dist/abi/connectors/index.d.ts +2 -0
- package/dist/abi/connectors/v2/HOP-MAINNET-A.d.ts +2 -0
- package/dist/abi/connectors/v2/NOTIONAL-V2-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +2 -0
- package/dist/abi/index.d.ts +2 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/index.d.ts +4 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/optimism/connectorsV2_M1.d.ts +1 -0
- 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
|
@@ -7,6 +7,8 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
+
'HOP-MAINNET-A': import("web3-utils").AbiItem[];
|
|
11
|
+
'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
|
|
10
12
|
'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
|
|
11
13
|
'HOP-A': import("web3-utils").AbiItem[];
|
|
12
14
|
'AAVE-V3-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
+
'HOP-MAINNET-A': import("web3-utils").AbiItem[];
|
|
3
|
+
'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
|
|
2
4
|
'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
|
|
3
5
|
'HOP-A': import("web3-utils").AbiItem[];
|
|
4
6
|
'AAVE-V3-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
+
'HOP-MAINNET-A': import("web3-utils").AbiItem[];
|
|
9
|
+
'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
|
|
8
10
|
'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
|
|
9
11
|
'HOP-A': import("web3-utils").AbiItem[];
|
|
10
12
|
'AAVE-V3-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
|
|
@@ -229,6 +229,8 @@ export declare const Addresses: {
|
|
|
229
229
|
'LIDO-STETH-A': string;
|
|
230
230
|
'COMPOUND-IMPORT-D': string;
|
|
231
231
|
'LITE-A': string;
|
|
232
|
+
'NOTIONAL-V2-A': string;
|
|
233
|
+
'HOP-MAINNET-A': string;
|
|
232
234
|
};
|
|
233
235
|
};
|
|
234
236
|
};
|
|
@@ -299,6 +301,7 @@ export declare const Addresses: {
|
|
|
299
301
|
'AAVE-V3-A': string;
|
|
300
302
|
'AAVE-V3-IMPORT-A': string;
|
|
301
303
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
304
|
+
'HOP-A': string;
|
|
302
305
|
};
|
|
303
306
|
};
|
|
304
307
|
};
|
|
@@ -351,6 +354,7 @@ export declare const Addresses: {
|
|
|
351
354
|
'AAVE-V3-A': string;
|
|
352
355
|
'AAVE-V3-IMPORT-A': string;
|
|
353
356
|
'INSTAPOOL-C': string;
|
|
357
|
+
'HOP-A': string;
|
|
354
358
|
};
|
|
355
359
|
};
|
|
356
360
|
};
|