Skip to content

Commit

Permalink
Update hardhat.config.ts blast
Browse files Browse the repository at this point in the history
  • Loading branch information
maceip authored Feb 16, 2024
1 parent 3fd683b commit a949516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ const config: HardhatUserConfig = {
url: node_url('goerli'),
accounts: accounts('goerli'),
},
blast: {
url: node_url('blast'),
accounts: accounts('blast'),
},
}),
paths: {
sources: 'src',
Expand Down

0 comments on commit a949516

Please sign in to comment.