Spaces:
Sleeping
Sleeping
| { | |
| "name": "billiondollaroracle", | |
| "version": "1.0.0", | |
| "devDependencies": { | |
| "@nomicfoundation/hardhat-toolbox": "^5.0.0", | |
| "hardhat": "^2.22.7" | |
| }, | |
| "scripts": { | |
| "deploy": "hardhat run scripts/deploy.js --network base", | |
| "fund": "hardhat run scripts/fund-dao.js --network base" | |
| } | |
| } |