forked from zerolend/pyth-oracles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.61 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
{
"name": "pyth-oracles",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test hardhat test --network zkSyncTestnet",
"compile": "yarn hardhat compile",
"deploy": "yarn hardhat deploy-zksync --script deploy-feed.ts",
"update-feed": "yarn hardhat --config hardhat.config.zksync.ts deploy-zksync --script update-feed.ts",
"update-manta": "npx hardhat run scripts/update.ts --network manta 0x41b19217a5b5fd26a5482114d58478856c70d705"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@gelatonetwork/automate-sdk": "^2.14.0",
"@gelatonetwork/web3-functions-sdk": "^2.4.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "^2.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@nomicfoundation/hardhat-viem": "^2.0.0",
"@openzeppelin/contracts": "^5.0.1",
"@pythnetwork/pyth-evm-js": "^1.29.3",
"@pythnetwork/pyth-sdk-solidity": "^2.3.0",
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"chai": "^4.2.0",
"dotenv": "^16.3.1",
"ethers": "^5.7.0",
"hardhat": "^2.20.1",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.8.0",
"ts-node": "^10.9.2",
"typescript": "~5.0.4",
"viem": "^2.7.16",
"zksync-ethers": "^6.3.0",
"zksync-web3": "^0.17.1"
},
"dependencies": {
"@matterlabs/hardhat-zksync-deploy": "^0.8.0",
"@matterlabs/hardhat-zksync-solc": "0.4.2",
"@matterlabs/hardhat-zksync-toolbox": "0.4.1",
"cron": "^3.1.6"
}
}