Skip to content

Commit

Permalink
add baseSepolia in hardhat.config
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jan 23, 2024
1 parent b893089 commit 0ae657a
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 0ae657a

Please sign in to comment.