Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #113 from agazso/patch-1
Browse files Browse the repository at this point in the history
docs(guides): change localhost to 127.0.0.1 to avoid error
  • Loading branch information
vplasencia authored Dec 8, 2023
2 parents c7a5ba3 + 2c34906 commit 3653029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-V3/guides/fetching-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const semaphoreEthers = new SemaphoreEthers("homestead", {
})

// or:
const semaphoreEthers = new SemaphoreEthers("http://localhost:8545", {
const semaphoreEthers = new SemaphoreEthers("http://127.0.0.1:8545", {
address: "semaphore-address"
})
```
Expand Down

0 comments on commit 3653029

Please sign in to comment.