Skip to content

Commit

Permalink
chore: add deployment script for bob network (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: hugolxt <[email protected]>
  • Loading branch information
hugolxt and hugolxt authored Aug 14, 2024
1 parent 8f569cc commit af7f5ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,19 @@ const config: HardhatUserConfig = {
},
},
},
bob: {
live: true,
url: nodeUrl('bob'),
accounts: [getPkey()],
gas: 'auto',
gasMultiplier: 1.3,
chainId: 60808,
verify: {
etherscan: {
apiKey: etherscanKey('bob'),
},
},
},
linea: {
live: true,
url: nodeUrl('linea'),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"deploy:astar": "hardhat deploy --tags distributionCreator --network astar",
"deploy:astarzkevm": "hardhat deploy --tags distributionCreator --network astarzkevm",
"deploy:sei": "hardhat deploy --tags distributionCreator --network sei",
"deploy:bob": "hardhat deploy --tags distributionCreator --network bob",
"deploy:fork": "FORK=true hardhat node --tags distributionCreator",
"deploy:agla": "hardhat deploy --tags aglaMerkl --network",
"deploy": "hardhat deploy --tags distributionCreator --network",
Expand Down

0 comments on commit af7f5ae

Please sign in to comment.