dsa-connect 0.6.14 → 0.6.15-beta.0

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
+ 'UNISWAP-V3-SWAP-A': import("web3-utils").AbiItem[];
10
11
  'HOP-MAINNET-A': import("web3-utils").AbiItem[];
11
12
  'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
12
13
  'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const UNISWAP_V3_SWAP_A: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'UNISWAP-V3-SWAP-A': import("web3-utils").AbiItem[];
2
3
  'HOP-MAINNET-A': import("web3-utils").AbiItem[];
3
4
  'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
4
5
  'AAVE-V3-CLAIM-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
+ 'UNISWAP-V3-SWAP-A': import("web3-utils").AbiItem[];
8
9
  'HOP-MAINNET-A': import("web3-utils").AbiItem[];
9
10
  'NOTIONAL-V2-A': import("web3-utils").AbiItem[];
10
11
  'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
@@ -278,6 +278,7 @@ export declare const Addresses: {
278
278
  'AAVE-V3-IMPORT-A': string;
279
279
  'AAVE-V3-IMPORT-PERMIT-A': string;
280
280
  'HOP-A': string;
281
+ 'UNISWAP-V3-SWAP-A': string;
281
282
  };
282
283
  };
283
284
  };
@@ -36,4 +36,5 @@ export declare const connectorsV2_M1: {
36
36
  'AAVE-V3-IMPORT-A': string;
37
37
  'AAVE-V3-IMPORT-PERMIT-A': string;
38
38
  'HOP-A': string;
39
+ 'UNISWAP-V3-SWAP-A': string;
39
40
  };