Skip to content

Commit

Permalink
add baseSepolia in hardhat.config (#696)
Browse files Browse the repository at this point in the history
Co-authored-by: Shiv Bhonde <shivbhonde04@gmail.com>
  • Loading branch information
kmjones1979 and technophile-04 committed Jan 23, 2024
1 parent 53d39ca commit e39c4df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ const config: HardhatUserConfig = {
url: "https://goerli.base.org",
accounts: [deployerPrivateKey],
},
baseSepolia: {
url: "https://sepolia.base.org",
accounts: [deployerPrivateKey],
},
scrollSepolia: {
url: "https://sepolia-rpc.scroll.io",
accounts: [deployerPrivateKey],
Expand Down

0 comments on commit e39c4df

Please sign in to comment.