Skip to content

Commit

Permalink
fix: localnet network
Browse files Browse the repository at this point in the history
  • Loading branch information
rube-de committed Jan 3, 2025
1 parent a2e8618 commit d9db9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const accounts = process.env.PRIVATE_KEY ? [process.env.PRIVATE_KEY] : TEST_HDWA
// highlight-start
networks: {
'sapphire-localnet': {
url: "http://127.0.0.1:8545", // Localnet RPC URL
chainId: 23294, // Sapphire Localnet chain ID
url: "http://localhost:8545", // Localnet RPC URL
chainId: 23294, // Sapphire Localnet chain ID
accounts
},
},
Expand Down

0 comments on commit d9db9d6

Please sign in to comment.