@defisaver/positions-sdk 0.0.22 → 0.0.23

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.
@@ -37,6 +37,7 @@ const getCrvUsdAggregatedData = (_a) => {
37
37
  borrowedUsd: _borrowedUsd,
38
38
  borrowed: _borrowed,
39
39
  safetyRatio: ratio,
40
+ borrowLimitUsd: '0',
40
41
  };
41
42
  };
42
43
  exports.getCrvUsdAggregatedData = getCrvUsdAggregatedData;
@@ -5,9 +5,9 @@ const contracts_1 = require("../../contracts");
5
5
  const types_1 = require("../../types");
6
6
  const CRVUSD_WSTETH_MARKET = (networkId) => ({
7
7
  chainIds: [1],
8
- label: 'wstETH',
8
+ label: 'CurveUSD - wstETH',
9
9
  shortLabel: 'wstETH',
10
- value: types_1.CrvUSDVersions.wstETH,
10
+ value: types_1.CrvUSDVersions.crvUSDwstETH,
11
11
  collAsset: 'wstETH',
12
12
  baseAsset: 'crvUSD',
13
13
  controllerAddress: (0, contracts_1.getConfigContractAddress)('crvUSDwstETHController', networkId),
@@ -17,9 +17,9 @@ const CRVUSD_WSTETH_MARKET = (networkId) => ({
17
17
  exports.CRVUSD_WSTETH_MARKET = CRVUSD_WSTETH_MARKET;
18
18
  const CRVUSD_ETH_MARKET = (networkId) => ({
19
19
  chainIds: [1],
20
- label: 'ETH',
20
+ label: 'CurveUSD - ETH',
21
21
  shortLabel: 'ETH',
22
- value: types_1.CrvUSDVersions.ETH,
22
+ value: types_1.CrvUSDVersions.crvUSDETH,
23
23
  collAsset: 'ETH',
24
24
  baseAsset: 'crvUSD',
25
25
  controllerAddress: (0, contracts_1.getConfigContractAddress)('crvUSDETHController', networkId),
@@ -29,9 +29,9 @@ const CRVUSD_ETH_MARKET = (networkId) => ({
29
29
  exports.CRVUSD_ETH_MARKET = CRVUSD_ETH_MARKET;
30
30
  const CRVUSD_WBTC_MARKET = (networkId) => ({
31
31
  chainIds: [1],
32
- label: 'WBTC',
32
+ label: 'CurveUSD - WBTC',
33
33
  shortLabel: 'WBTC',
34
- value: types_1.CrvUSDVersions.WBTC,
34
+ value: types_1.CrvUSDVersions.crvUSDWBTC,
35
35
  collAsset: 'WBTC',
36
36
  baseAsset: 'crvUSD',
37
37
  controllerAddress: (0, contracts_1.getConfigContractAddress)('crvUSDWBTCController', networkId),
@@ -41,9 +41,9 @@ const CRVUSD_WBTC_MARKET = (networkId) => ({
41
41
  exports.CRVUSD_WBTC_MARKET = CRVUSD_WBTC_MARKET;
42
42
  const CRVUSD_TBTC_MARKET = (networkId) => ({
43
43
  chainIds: [1],
44
- label: 'tBTC',
44
+ label: 'CurveUSD - tBTC',
45
45
  shortLabel: 'tBTC',
46
- value: types_1.CrvUSDVersions.tBTC,
46
+ value: types_1.CrvUSDVersions.crvUSDtBTC,
47
47
  collAsset: 'tBTC',
48
48
  baseAsset: 'crvUSD',
49
49
  controllerAddress: (0, contracts_1.getConfigContractAddress)('crvUSDtBTCController', networkId),
@@ -53,9 +53,9 @@ const CRVUSD_TBTC_MARKET = (networkId) => ({
53
53
  exports.CRVUSD_TBTC_MARKET = CRVUSD_TBTC_MARKET;
54
54
  const CRVUSD_SFRXETH_MARKET = (networkId) => ({
55
55
  chainIds: [1],
56
- label: 'sfrxETH',
56
+ label: 'CurveUSD - sfrxETH',
57
57
  shortLabel: 'sfrxETH',
58
- value: types_1.CrvUSDVersions.sfrxETH,
58
+ value: types_1.CrvUSDVersions.crvUSDsfrxETH,
59
59
  collAsset: 'sfrxETH',
60
60
  baseAsset: 'crvUSD',
61
61
  controllerAddress: (0, contracts_1.getConfigContractAddress)('crvUSDsfrxETHController', networkId),
@@ -64,10 +64,10 @@ const CRVUSD_SFRXETH_MARKET = (networkId) => ({
64
64
  });
65
65
  exports.CRVUSD_SFRXETH_MARKET = CRVUSD_SFRXETH_MARKET;
66
66
  const CrvUsdMarkets = (networkId) => ({
67
- [types_1.CrvUSDVersions.wstETH]: (0, exports.CRVUSD_WSTETH_MARKET)(networkId),
68
- [types_1.CrvUSDVersions.ETH]: (0, exports.CRVUSD_ETH_MARKET)(networkId),
69
- [types_1.CrvUSDVersions.WBTC]: (0, exports.CRVUSD_WBTC_MARKET)(networkId),
70
- [types_1.CrvUSDVersions.tBTC]: (0, exports.CRVUSD_TBTC_MARKET)(networkId),
71
- [types_1.CrvUSDVersions.sfrxETH]: (0, exports.CRVUSD_SFRXETH_MARKET)(networkId),
67
+ [types_1.CrvUSDVersions.crvUSDwstETH]: (0, exports.CRVUSD_WSTETH_MARKET)(networkId),
68
+ [types_1.CrvUSDVersions.crvUSDETH]: (0, exports.CRVUSD_ETH_MARKET)(networkId),
69
+ [types_1.CrvUSDVersions.crvUSDWBTC]: (0, exports.CRVUSD_WBTC_MARKET)(networkId),
70
+ [types_1.CrvUSDVersions.crvUSDtBTC]: (0, exports.CRVUSD_TBTC_MARKET)(networkId),
71
+ [types_1.CrvUSDVersions.crvUSDsfrxETH]: (0, exports.CRVUSD_SFRXETH_MARKET)(networkId),
72
72
  });
73
73
  exports.CrvUsdMarkets = CrvUsdMarkets;
@@ -1,10 +1,10 @@
1
1
  import { NetworkNumber } from './common';
2
2
  export declare enum CrvUSDVersions {
3
- 'wstETH' = "wstETH",
4
- 'WBTC' = "WBTC",
5
- 'ETH' = "ETH",
6
- 'tBTC' = "tBTC",
7
- 'sfrxETH' = "sfrxETH"
3
+ 'crvUSDwstETH' = "wstETH",
4
+ 'crvUSDWBTC' = "WBTC",
5
+ 'crvUSDETH' = "ETH",
6
+ 'crvUSDtBTC' = "tBTC",
7
+ 'crvUSDsfrxETH' = "sfrxETH"
8
8
  }
9
9
  export declare enum CrvUSDStatus {
10
10
  Nonexistant = "Nonexistant",
@@ -67,6 +67,7 @@ export interface CrvUSDAggregatedPositionData {
67
67
  borrowedUsd: string;
68
68
  borrowed: string;
69
69
  safetyRatio: string;
70
+ borrowLimitUsd: string;
70
71
  }
71
72
  export interface CrvUSDUsedAsset {
72
73
  isSupplied: boolean;
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CrvUSDStatus = exports.CrvUSDVersions = void 0;
4
4
  var CrvUSDVersions;
5
5
  (function (CrvUSDVersions) {
6
- CrvUSDVersions["wstETH"] = "wstETH";
7
- CrvUSDVersions["WBTC"] = "WBTC";
8
- CrvUSDVersions["ETH"] = "ETH";
9
- CrvUSDVersions["tBTC"] = "tBTC";
10
- CrvUSDVersions["sfrxETH"] = "sfrxETH";
6
+ CrvUSDVersions["crvUSDwstETH"] = "wstETH";
7
+ CrvUSDVersions["crvUSDWBTC"] = "WBTC";
8
+ CrvUSDVersions["crvUSDETH"] = "ETH";
9
+ CrvUSDVersions["crvUSDtBTC"] = "tBTC";
10
+ CrvUSDVersions["crvUSDsfrxETH"] = "sfrxETH";
11
11
  })(CrvUSDVersions || (exports.CrvUSDVersions = CrvUSDVersions = {}));
12
12
  var CrvUSDStatus;
13
13
  (function (CrvUSDStatus) {
@@ -31,5 +31,6 @@ export const getCrvUsdAggregatedData = (_a) => {
31
31
  borrowedUsd: _borrowedUsd,
32
32
  borrowed: _borrowed,
33
33
  safetyRatio: ratio,
34
+ borrowLimitUsd: '0',
34
35
  };
35
36
  };
@@ -2,9 +2,9 @@ import { getConfigContractAddress } from '../../contracts';
2
2
  import { CrvUSDVersions } from '../../types';
3
3
  export const CRVUSD_WSTETH_MARKET = (networkId) => ({
4
4
  chainIds: [1],
5
- label: 'wstETH',
5
+ label: 'CurveUSD - wstETH',
6
6
  shortLabel: 'wstETH',
7
- value: CrvUSDVersions.wstETH,
7
+ value: CrvUSDVersions.crvUSDwstETH,
8
8
  collAsset: 'wstETH',
9
9
  baseAsset: 'crvUSD',
10
10
  controllerAddress: getConfigContractAddress('crvUSDwstETHController', networkId),
@@ -13,9 +13,9 @@ export const CRVUSD_WSTETH_MARKET = (networkId) => ({
13
13
  });
14
14
  export const CRVUSD_ETH_MARKET = (networkId) => ({
15
15
  chainIds: [1],
16
- label: 'ETH',
16
+ label: 'CurveUSD - ETH',
17
17
  shortLabel: 'ETH',
18
- value: CrvUSDVersions.ETH,
18
+ value: CrvUSDVersions.crvUSDETH,
19
19
  collAsset: 'ETH',
20
20
  baseAsset: 'crvUSD',
21
21
  controllerAddress: getConfigContractAddress('crvUSDETHController', networkId),
@@ -24,9 +24,9 @@ export const CRVUSD_ETH_MARKET = (networkId) => ({
24
24
  });
25
25
  export const CRVUSD_WBTC_MARKET = (networkId) => ({
26
26
  chainIds: [1],
27
- label: 'WBTC',
27
+ label: 'CurveUSD - WBTC',
28
28
  shortLabel: 'WBTC',
29
- value: CrvUSDVersions.WBTC,
29
+ value: CrvUSDVersions.crvUSDWBTC,
30
30
  collAsset: 'WBTC',
31
31
  baseAsset: 'crvUSD',
32
32
  controllerAddress: getConfigContractAddress('crvUSDWBTCController', networkId),
@@ -35,9 +35,9 @@ export const CRVUSD_WBTC_MARKET = (networkId) => ({
35
35
  });
36
36
  export const CRVUSD_TBTC_MARKET = (networkId) => ({
37
37
  chainIds: [1],
38
- label: 'tBTC',
38
+ label: 'CurveUSD - tBTC',
39
39
  shortLabel: 'tBTC',
40
- value: CrvUSDVersions.tBTC,
40
+ value: CrvUSDVersions.crvUSDtBTC,
41
41
  collAsset: 'tBTC',
42
42
  baseAsset: 'crvUSD',
43
43
  controllerAddress: getConfigContractAddress('crvUSDtBTCController', networkId),
@@ -46,9 +46,9 @@ export const CRVUSD_TBTC_MARKET = (networkId) => ({
46
46
  });
47
47
  export const CRVUSD_SFRXETH_MARKET = (networkId) => ({
48
48
  chainIds: [1],
49
- label: 'sfrxETH',
49
+ label: 'CurveUSD - sfrxETH',
50
50
  shortLabel: 'sfrxETH',
51
- value: CrvUSDVersions.sfrxETH,
51
+ value: CrvUSDVersions.crvUSDsfrxETH,
52
52
  collAsset: 'sfrxETH',
53
53
  baseAsset: 'crvUSD',
54
54
  controllerAddress: getConfigContractAddress('crvUSDsfrxETHController', networkId),
@@ -56,9 +56,9 @@ export const CRVUSD_SFRXETH_MARKET = (networkId) => ({
56
56
  createCollAssets: ['sfrxETH'],
57
57
  });
58
58
  export const CrvUsdMarkets = (networkId) => ({
59
- [CrvUSDVersions.wstETH]: CRVUSD_WSTETH_MARKET(networkId),
60
- [CrvUSDVersions.ETH]: CRVUSD_ETH_MARKET(networkId),
61
- [CrvUSDVersions.WBTC]: CRVUSD_WBTC_MARKET(networkId),
62
- [CrvUSDVersions.tBTC]: CRVUSD_TBTC_MARKET(networkId),
63
- [CrvUSDVersions.sfrxETH]: CRVUSD_SFRXETH_MARKET(networkId),
59
+ [CrvUSDVersions.crvUSDwstETH]: CRVUSD_WSTETH_MARKET(networkId),
60
+ [CrvUSDVersions.crvUSDETH]: CRVUSD_ETH_MARKET(networkId),
61
+ [CrvUSDVersions.crvUSDWBTC]: CRVUSD_WBTC_MARKET(networkId),
62
+ [CrvUSDVersions.crvUSDtBTC]: CRVUSD_TBTC_MARKET(networkId),
63
+ [CrvUSDVersions.crvUSDsfrxETH]: CRVUSD_SFRXETH_MARKET(networkId),
64
64
  });
@@ -1,10 +1,10 @@
1
1
  import { NetworkNumber } from './common';
2
2
  export declare enum CrvUSDVersions {
3
- 'wstETH' = "wstETH",
4
- 'WBTC' = "WBTC",
5
- 'ETH' = "ETH",
6
- 'tBTC' = "tBTC",
7
- 'sfrxETH' = "sfrxETH"
3
+ 'crvUSDwstETH' = "wstETH",
4
+ 'crvUSDWBTC' = "WBTC",
5
+ 'crvUSDETH' = "ETH",
6
+ 'crvUSDtBTC' = "tBTC",
7
+ 'crvUSDsfrxETH' = "sfrxETH"
8
8
  }
9
9
  export declare enum CrvUSDStatus {
10
10
  Nonexistant = "Nonexistant",
@@ -67,6 +67,7 @@ export interface CrvUSDAggregatedPositionData {
67
67
  borrowedUsd: string;
68
68
  borrowed: string;
69
69
  safetyRatio: string;
70
+ borrowLimitUsd: string;
70
71
  }
71
72
  export interface CrvUSDUsedAsset {
72
73
  isSupplied: boolean;
@@ -1,10 +1,10 @@
1
1
  export var CrvUSDVersions;
2
2
  (function (CrvUSDVersions) {
3
- CrvUSDVersions["wstETH"] = "wstETH";
4
- CrvUSDVersions["WBTC"] = "WBTC";
5
- CrvUSDVersions["ETH"] = "ETH";
6
- CrvUSDVersions["tBTC"] = "tBTC";
7
- CrvUSDVersions["sfrxETH"] = "sfrxETH";
3
+ CrvUSDVersions["crvUSDwstETH"] = "wstETH";
4
+ CrvUSDVersions["crvUSDWBTC"] = "WBTC";
5
+ CrvUSDVersions["crvUSDETH"] = "ETH";
6
+ CrvUSDVersions["crvUSDtBTC"] = "tBTC";
7
+ CrvUSDVersions["crvUSDsfrxETH"] = "sfrxETH";
8
8
  })(CrvUSDVersions || (CrvUSDVersions = {}));
9
9
  export var CrvUSDStatus;
10
10
  (function (CrvUSDStatus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/positions-sdk",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -29,5 +29,6 @@ export const getCrvUsdAggregatedData = ({
29
29
  borrowedUsd: _borrowedUsd,
30
30
  borrowed: _borrowed,
31
31
  safetyRatio: ratio,
32
+ borrowLimitUsd: '0',
32
33
  };
33
34
  };
@@ -4,9 +4,9 @@ import { NetworkNumber } from '../../types/common';
4
4
 
5
5
  export const CRVUSD_WSTETH_MARKET = (networkId: NetworkNumber): CrvUSDMarketData => ({
6
6
  chainIds: [1],
7
- label: 'wstETH',
7
+ label: 'CurveUSD - wstETH',
8
8
  shortLabel: 'wstETH',
9
- value: CrvUSDVersions.wstETH,
9
+ value: CrvUSDVersions.crvUSDwstETH,
10
10
  collAsset: 'wstETH',
11
11
  baseAsset: 'crvUSD',
12
12
  controllerAddress: getConfigContractAddress('crvUSDwstETHController', networkId),
@@ -15,9 +15,9 @@ export const CRVUSD_WSTETH_MARKET = (networkId: NetworkNumber): CrvUSDMarketData
15
15
  });
16
16
  export const CRVUSD_ETH_MARKET = (networkId: NetworkNumber): CrvUSDMarketData => ({
17
17
  chainIds: [1],
18
- label: 'ETH',
18
+ label: 'CurveUSD - ETH',
19
19
  shortLabel: 'ETH',
20
- value: CrvUSDVersions.ETH,
20
+ value: CrvUSDVersions.crvUSDETH,
21
21
  collAsset: 'ETH',
22
22
  baseAsset: 'crvUSD',
23
23
  controllerAddress: getConfigContractAddress('crvUSDETHController', networkId),
@@ -26,9 +26,9 @@ export const CRVUSD_ETH_MARKET = (networkId: NetworkNumber): CrvUSDMarketData =>
26
26
  });
27
27
  export const CRVUSD_WBTC_MARKET = (networkId: NetworkNumber): CrvUSDMarketData => ({
28
28
  chainIds: [1],
29
- label: 'WBTC',
29
+ label: 'CurveUSD - WBTC',
30
30
  shortLabel: 'WBTC',
31
- value: CrvUSDVersions.WBTC,
31
+ value: CrvUSDVersions.crvUSDWBTC,
32
32
  collAsset: 'WBTC',
33
33
  baseAsset: 'crvUSD',
34
34
  controllerAddress: getConfigContractAddress('crvUSDWBTCController', networkId),
@@ -38,9 +38,9 @@ export const CRVUSD_WBTC_MARKET = (networkId: NetworkNumber): CrvUSDMarketData =
38
38
 
39
39
  export const CRVUSD_TBTC_MARKET = (networkId: NetworkNumber): CrvUSDMarketData => ({
40
40
  chainIds: [1],
41
- label: 'tBTC',
41
+ label: 'CurveUSD - tBTC',
42
42
  shortLabel: 'tBTC',
43
- value: CrvUSDVersions.tBTC,
43
+ value: CrvUSDVersions.crvUSDtBTC,
44
44
  collAsset: 'tBTC',
45
45
  baseAsset: 'crvUSD',
46
46
  controllerAddress: getConfigContractAddress('crvUSDtBTCController', networkId),
@@ -50,9 +50,9 @@ export const CRVUSD_TBTC_MARKET = (networkId: NetworkNumber): CrvUSDMarketData =
50
50
 
51
51
  export const CRVUSD_SFRXETH_MARKET = (networkId: NetworkNumber): CrvUSDMarketData => ({
52
52
  chainIds: [1],
53
- label: 'sfrxETH',
53
+ label: 'CurveUSD - sfrxETH',
54
54
  shortLabel: 'sfrxETH',
55
- value: CrvUSDVersions.sfrxETH,
55
+ value: CrvUSDVersions.crvUSDsfrxETH,
56
56
  collAsset: 'sfrxETH',
57
57
  baseAsset: 'crvUSD',
58
58
  controllerAddress: getConfigContractAddress('crvUSDsfrxETHController', networkId),
@@ -62,9 +62,9 @@ export const CRVUSD_SFRXETH_MARKET = (networkId: NetworkNumber): CrvUSDMarketDat
62
62
 
63
63
 
64
64
  export const CrvUsdMarkets = (networkId: NetworkNumber) => ({
65
- [CrvUSDVersions.wstETH]: CRVUSD_WSTETH_MARKET(networkId),
66
- [CrvUSDVersions.ETH]: CRVUSD_ETH_MARKET(networkId),
67
- [CrvUSDVersions.WBTC]: CRVUSD_WBTC_MARKET(networkId),
68
- [CrvUSDVersions.tBTC]: CRVUSD_TBTC_MARKET(networkId),
69
- [CrvUSDVersions.sfrxETH]: CRVUSD_SFRXETH_MARKET(networkId),
65
+ [CrvUSDVersions.crvUSDwstETH]: CRVUSD_WSTETH_MARKET(networkId),
66
+ [CrvUSDVersions.crvUSDETH]: CRVUSD_ETH_MARKET(networkId),
67
+ [CrvUSDVersions.crvUSDWBTC]: CRVUSD_WBTC_MARKET(networkId),
68
+ [CrvUSDVersions.crvUSDtBTC]: CRVUSD_TBTC_MARKET(networkId),
69
+ [CrvUSDVersions.crvUSDsfrxETH]: CRVUSD_SFRXETH_MARKET(networkId),
70
70
  }) as const;
@@ -1,11 +1,11 @@
1
1
  import { NetworkNumber } from './common';
2
2
 
3
3
  export enum CrvUSDVersions {
4
- 'wstETH' = 'wstETH',
5
- 'WBTC' = 'WBTC',
6
- 'ETH' = 'ETH',
7
- 'tBTC' = 'tBTC',
8
- 'sfrxETH' = 'sfrxETH',
4
+ 'crvUSDwstETH' = 'wstETH',
5
+ 'crvUSDWBTC' = 'WBTC',
6
+ 'crvUSDETH' = 'ETH',
7
+ 'crvUSDtBTC' = 'tBTC',
8
+ 'crvUSDsfrxETH' = 'sfrxETH',
9
9
  }
10
10
 
11
11
  export enum CrvUSDStatus {
@@ -74,6 +74,7 @@ export interface CrvUSDAggregatedPositionData {
74
74
  borrowedUsd: string,
75
75
  borrowed: string,
76
76
  safetyRatio: string,
77
+ borrowLimitUsd: string,
77
78
  }
78
79
 
79
80
  export interface CrvUSDUsedAsset {
package/yarn-error.log ADDED
@@ -0,0 +1,64 @@
1
+ Arguments:
2
+ /Users/stefan/.nvm/versions/node/v14.19.0/bin/node /usr/local/Cellar/yarn/1.22.19/libexec/bin/yarn.js
3
+
4
+ PATH:
5
+ /Users/stefan/.nvm/versions/node/v14.19.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/go/bin:/Users/stefan/WebstormProjects/defisaver-positions-sdk/node_modules/.bin:/usr/local/go
6
+
7
+ Yarn version:
8
+ 1.22.19
9
+
10
+ Node version:
11
+ 14.19.0
12
+
13
+ Platform:
14
+ darwin x64
15
+
16
+ Trace:
17
+ Error: incorrect data check
18
+ at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
19
+
20
+ npm manifest:
21
+ {
22
+ "name": "defisaver-positions-sdk",
23
+ "version": "0.0.1",
24
+ "description": "",
25
+ "main": "./cjs/index.js",
26
+ "module": "./esm/src/index.js",
27
+ "types": "./esm/src/index.d.ts",
28
+ "scripts": {
29
+ "build:esm": "rm -rf esm && tsc -p tsconfig.json",
30
+ "build:cjs": "rm -rf cjs && tsc -p tsconfig.cjs.json",
31
+ "build": "npm run build:cjs && npm run build:esm",
32
+ "dev": "tsc -p tsconfig.cjs.json --watch",
33
+ "lint": "eslint src/ --fix",
34
+ "generate-contracts": "node scripts/generateContracts.js",
35
+ "test": "mocha tests/*",
36
+ "build-test": "npm run build && mocha tests/*"
37
+ },
38
+ "keywords": [],
39
+ "author": "",
40
+ "license": "ISC",
41
+ "dependencies": {
42
+ "@defisaver/tokens": "^1.4.56",
43
+ "decimal.js": "^10.4.3"
44
+ },
45
+ "devDependencies": {
46
+ "@defisaver/eslint-config": "^1.0.1",
47
+ "chai": "^4.3.8",
48
+ "dotenv": "^16.3.1",
49
+ "eslint": "^8.49.0",
50
+ "mocha": "^10.2.0",
51
+ "typechain": "^8.3.1",
52
+ "typechain-target-web3-v1-3mihai3": "^6.0.2",
53
+ "typescript": "^5.2.2"
54
+ },
55
+ "peerDependencies": {
56
+ "web3": "^1.10.2"
57
+ }
58
+ }
59
+
60
+ yarn manifest:
61
+ No manifest
62
+
63
+ Lockfile:
64
+ No lockfile