Skip to content

Commit

Permalink
feat: add support for Sepolia testnet in documentation (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: hoffeig <[email protected]>
  • Loading branch information
mx644 and hoffeig authored Jan 2, 2024
1 parent 72b3bc9 commit 370a989
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/base-docs/docs/tools/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ networks: {
accounts: [process.env.PRIVATE_KEY as string],
gasPrice: 1000000000,
},
// for Sepolia testnet
"base-sepolia": {
url: "https://sepolia.base.org",
accounts: [process.env.PRIVATE_KEY as string]
gasPrice: 1000000000,
},
// for local dev environment
"base-local": {
url: "http://localhost:8545",
Expand Down

0 comments on commit 370a989

Please sign in to comment.