Skip to content

Commit

Permalink
docs: typo Update hardhat.md (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
onasilos authored Dec 18, 2024
1 parent 7f0d836 commit 73267d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tools/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ networks: {
accounts: [process.env.PRIVATE_KEY as string],
gasPrice: 1000000000,
},
// for Sepolia testnet
// for Base Sepolia testnet
"base-sepolia": {
url: "https://sepolia.base.org",
accounts: [process.env.PRIVATE_KEY as string],
Expand Down

0 comments on commit 73267d0

Please sign in to comment.