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

Commit 3653029

Browse files
authored
Merge pull request #113 from agazso/patch-1
docs(guides): change localhost to 127.0.0.1 to avoid error
2 parents c7a5ba3 + 2c34906 commit 3653029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-V3/guides/fetching-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const semaphoreEthers = new SemaphoreEthers("homestead", {
131131
})
132132

133133
// or:
134-
const semaphoreEthers = new SemaphoreEthers("http://localhost:8545", {
134+
const semaphoreEthers = new SemaphoreEthers("http://127.0.0.1:8545", {
135135
address: "semaphore-address"
136136
})
137137
```

0 commit comments

Comments
 (0)