-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.74 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "token-subgraphs",
"version": "1.0.0",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"description": "Subgraphs for deployed ERC20 tokens",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "hardhat compile",
"typechain": "hardhat typechain",
"lint": "yarn eslint scripts/**/*.ts",
"make-type": "yarn compile && mkdir -p artifacts/contracts/MockCorePool.sol && cp scripts/helpers/pool_abi.json /artifacts/contracts/MockCorePool.sol/MockCorePool.json",
"make-type-lp": "yarn compile && mkdir -p artifacts/contracts/UniswapV2ERC20.sol && cp scripts/helpers/uniswap_v2_token_abi.json /artifacts/contracts/UniswapV2ERC20.sol/UniswapV2ERC20.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@apollo/client": "^3.12.6",
"@graphprotocol/client-cli": "^3.0.7",
"@graphprotocol/graph-cli": "^0.94.0",
"@nomicfoundation/hardhat-chai-matchers": "2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "1.0.12",
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/contracts-upgradeable": "4.9.3",
"@openzeppelin/hardhat-upgrades": "3.9.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.11",
"@types/mocha": "10.0.10",
"@types/node": "^22.10.7",
"@typescript-eslint/parser": "^8.26.0",
"@zero-tech/eslint-config-cpt": "0.2.7",
"chai": "^4.3.10",
"dotenv": "16.4.7",
"eslint": "^8.37.0",
"ethers": "^6.9.0",
"graphql": "^16.10.0",
"hardhat": "^2.19.1",
"react": "^19.0.0",
"ts-node": "10.9.1",
"typechain": "^8.3.2",
"typescript": "^5.0.2"
},
"dependencies": {
}
}