-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
87 lines (87 loc) · 2.65 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
78
79
80
81
82
83
84
85
86
87
{
"name": "frax-contracts-dev",
"version": "1.0.0",
"description": "Frax Finance smart contracts and testing",
"main": "src/index.js",
"scripts": {
"test": "npm test",
"tsc": "tsc"
},
"keywords": [
"ethereum",
"frax",
"stablecoin",
"defi"
],
"author": "Frax Finance Team (https://github.com/orgs/FraxFinance)",
"license": "ISC",
"dependencies": {
"@arbitrum/nitro-contracts": "^1.1.0",
"@chainlink/contracts": "0.8.0",
"@eth-optimism/contracts-bedrock": "^0.16.2",
"@ethereumjs/common": "^4.1.0",
"@ethereumjs/tx": "^5.1.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/rlp": "^5.7.0",
"@ethersproject/solidity": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@maticnetwork/maticjs": "^3.7.7",
"@maticnetwork/maticjs-ethers": "^1.0.3",
"@maticnetwork/maticjs-web3": "^1.0.4",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@openzeppelin/contracts": "^5.0.1",
"@poanet/solidity-flattener": "^3.0.9",
"@types/express": "^4.17.21",
"@types/node": "^20.10.8",
"@types/web3": "^1.2.2",
"@uniswap/sdk-core": "^4.0.10",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"@uniswap/v3-sdk": "^3.10.0",
"bignumber.js": "^9.1.2",
"chalk": "^4.1.2",
"cli-table": "^0.3.11",
"cross-fetch": "^4.0.0",
"dotenv": "^16.3.1",
"esm": "^3.2.25",
"ethereumjs-tx": "^2.1.2",
"fs-extra": "^11.2.0",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-spdx-license-identifier": "^2.2.0",
"hardhat-tracer": "^2.7.0",
"https": "^1.0.0",
"mathjs": "^12.2.1",
"path": "^0.12.7",
"prb-math": "^2.4.3",
"solc": "0.8.23",
"to-hex": "0.0.18",
"toml": "^3.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"util": "^0.12.5",
"web3-eth-contract": "^4.1.4"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-vyper": "^3.0.5",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^3.0.2",
"@openzeppelin/test-helpers": "^0.5.16",
"chai": "^4.3.8",
"chai-almost": "^1.0.1",
"ethers": "^6.9.2",
"ethers-v5": "npm:ethers@5.7.2",
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45",
"json-loader": "^0.5.7"
}
}