billiondollar-oracle / package.json
InnerI's picture
Create package.json
c89ad39 verified
{
"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"
}
}