cgae-server / contracts /package.json
rb125
0g chain contracts + storage + wallet + on-chain bridge
03c8703
raw
history blame contribute delete
517 Bytes
{
"name": "cgae-contracts",
"version": "2.0.0",
"description": "CGAE smart contracts for 0G Chain",
"private": true,
"scripts": {
"compile": "npx hardhat compile",
"deploy:0g": "npx hardhat run scripts/deploy.js --network zgTestnet",
"deploy:local": "npx hardhat run scripts/deploy.js --network localhost",
"test": "npx hardhat test"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.28.6"
},
"dependencies": {
"ethers": "^6.0.0"
}
}