File size: 303 Bytes
c89ad39
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"
  }
}