Skip to content

Commit

Permalink
fix(website): fix rpc url for hardhat guide (#13954)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Jun 11, 2023
1 parent ccef198 commit 96db7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/deploy-a-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This guide will help you deploy a smart contract to Taiko using Foundry or Hardh
solidity: "0.8.18",
networks: {
taiko: {
url: "http://rpc.test.taiko.xyz",
url: "https://rpc.test.taiko.xyz",
accounts: [
"0xf214f2b2cd398c806f84e317254e0f0b801d0643303237d97a22a48e01628897",
],
Expand Down

0 comments on commit 96db7a7

Please sign in to comment.