-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
77 lines (77 loc) · 2.38 KB
/
package.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "idle-utils",
"description": "Idle utilities repo",
"repository": {
"type": "git",
"url": "git+https://github.com/Idle-Labs/idle-utils"
},
"keywords": [
"idle",
"idle.finance",
"yield",
"openzeppelin",
"react",
"dapp",
"infura",
"metamask",
"web3",
"web3js",
"ethereum"
],
"author": "Idle Labs Inc. <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Idle-Labs/idle-utils/issues"
},
"homepage": "https://idle.finance",
"scripts": {
"test": "npx hardhat test test/*.js",
"test:polygon": "npx hardhat test test/polygon/**/*.js",
"test:forge": "FOUNDRY_PROFILE=optimized forge test --fork-url https://eth-mainnet.alchemyapi.io/v2/$ALCHEMY_API_KEY --fork-block-number 14879273 -vvv"
},
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "1.1.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.6.4",
"hardhat": "2.19.4",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-docgen": "^1.1.2",
"hardhat-etherscan-abi": "^0.1.1",
"hardhat-log-remover": "^2.0.2",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solidity-coverage": "^0.7.17"
},
"dependencies": {
"@defi-wonderland/smock": "2.3.0",
"@ethersproject/hardware-wallets": "^5.6.0",
"@gnosis.pm/safe-core-sdk": "2.1.0",
"@gnosis.pm/safe-ethers-adapters": "0.1.0-alpha.9",
"@gnosis.pm/safe-ethers-lib": "1.1.0",
"@nomiclabs/ethereumjs-vm": "^4",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@openzeppelin/contracts": "^4.4.2",
"@openzeppelin/contracts-upgradeable": "^4.0.0",
"@openzeppelin/hardhat-upgrades": "1.28.0",
"@openzeppelin/merkle-tree": "^1.0.5",
"@openzeppelin/test-helpers": "^0.5.11",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-periphery": "^1.4.3",
"bignumber.js": "^9.0.1",
"clones-with-immutable-args": "^1.1.2",
"dotenv": "^9.0.2",
"hardhat-gas-reporter": "^1.0.4"
},
"resolutions": {
"@ledgerhq/hw-app-eth": "5.47.1",
"@ledgerhq/hw-transport": "5.46.0",
"@ledgerhq/hw-transport-u2f": "5.36.0-deprecated",
"hardhat/**/@ethereumjs/tx": "3.5.0"
}
}