Skip to content

Commit e39c4df

Browse files
add baseSepolia in hardhat.config (#696)
Co-authored-by: Shiv Bhonde <[email protected]>
1 parent 53d39ca commit e39c4df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/hardhat/hardhat.config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ const config: HardhatUserConfig = {
106106
url: "https://goerli.base.org",
107107
accounts: [deployerPrivateKey],
108108
},
109+
baseSepolia: {
110+
url: "https://sepolia.base.org",
111+
accounts: [deployerPrivateKey],
112+
},
109113
scrollSepolia: {
110114
url: "https://sepolia-rpc.scroll.io",
111115
accounts: [deployerPrivateKey],

0 commit comments

Comments
 (0)