-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.77 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
54
55
56
{
"name": "multichain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.29.2",
"@cosmjs/proto-signing": "^0.29.2",
"@cosmjs/stargate": "^0.29.2",
"@layerzerolabs/lz-evm-messagelib-v2": "^2.3.29",
"@layerzerolabs/lz-evm-oapp-v2": "^2.3.24",
"@layerzerolabs/lz-evm-protocol-v2": "^2.3.29",
"@openzeppelin/contracts": "^4.1.0",
"@openzeppelin/hardhat-upgrades": "^3.0.0",
"@openzeppelin/upgrades-core": "^1.9.0",
"@stargatefinance/stg-evm-v2": "^1.0.5",
"@types/node": "^20.11.10",
"axios": "^1.6.8",
"dotenv": "^16.0.0",
"ethereumjs-util": "^7.1.5",
"hardhat-coverage": "^0.9.19",
"solidity-bytes-utils": "^0.8.2",
"web3": "^1.8.0",
"web3-utils": "^4.2.3"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "2.0.3",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-ignition": "^0.15.1",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.1",
"@nomicfoundation/hardhat-network-helpers": "1.0.10",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "2.0.3",
"@nomicfoundation/ignition-core": "^0.15.1",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/minimist": "^1.2.5",
"@types/sinon-chai": "^3.2.12",
"chai": "4",
"ethers": "^6.13.1",
"hardhat": "2.19.4",
"hardhat-dependency-compiler": "1.1.3",
"hardhat-gas-reporter": "1.0.9",
"hardhat-tracer": "2.7.0",
"solidity-coverage": "0.8.7",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.4.5"
}
}