Skip to content

Commit

Permalink
blast deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Mar 5, 2024
1 parent e2a8224 commit 154682e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 1 addition & 3 deletions deploy/networks/blast.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"angleLabs": "0x916685b590233bA10C0B52b3FAE6B0e75e9Ab477",
"governor": "0x16A8cE873349B88F4b6BF7561e298f4a6ea8CcE1",
"guardian": "0xdfF6B950FCD12130a1184De38FD31060C7d1ac6A"
"angleLabs": "0xb2846F05b58c8e29Aa971297A04aA947CF89cC46"
}
13 changes: 13 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,19 @@ const config: HardhatUserConfig = {
},
},
},
blast: {
live: true,
url: nodeUrl('blast'),
accounts: [getPkey()],
gas: 'auto',
gasMultiplier: 1.3,
chainId: 81457,
verify: {
etherscan: {
apiKey: etherscanKey('blast'),
},
},
},
filecoin: {
live: true,
url: nodeUrl('filecoin'),
Expand Down

0 comments on commit 154682e

Please sign in to comment.