Spaces:
Paused
Paused
| { | |
| "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" | |
| } | |
| } | |