-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.66 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.66 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
50
51
52
53
{
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-verify": "^2.1.1",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^8.0.3",
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.8",
"@types/mocha": "^10.0.6",
"ethers": "^6.9.2",
"hardhat": "^2.20.1",
"hardhat-gas-reporter": "^1.0.9",
"prettier": "^3.6.2",
"prettier-plugin-solidity": "^2.1.0",
"solidity-coverage": "^0.8.8",
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@arbitrum/orbit-sdk": "^0.8.3",
"@arbitrum/sdk": "^3.3.0",
"@brucelei/kaspa-wasm": "^0.14.1",
"@chainlink/contracts": "^0.8.0",
"@coinbase/coinbase-sdk": "^0.0.13",
"@confluxfans/contracts": "^0.3.3",
"@eth-optimism/contracts-bedrock": "^0.17.1",
"@eth-optimism/sdk": "^3.3.2",
"@kaspa/wallet": "^1.4.26",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@okxweb3/coin-kaspa": "^1.0.5",
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/hardhat-upgrades": "^3.0.1",
"@quant-finance/solidity-datetime": "^2.2.0",
"@web3-onboard/coinbase": "^2.4.1",
"axios": "^1.7.4",
"bech32": "^2.0.0",
"bech32-buffer": "^0.2.1",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.6",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"exceljs": "^4.4.0",
"mysql2": "^3.7.0",
"node-xlsx": "^0.23.0",
"request": "^2.88.2",
"tweetnacl": "^1.0.3",
"undici": "^6.16.1"
}
}