From 9a94385bb64f2fbf255f04c02ba20dcf0ed9239c Mon Sep 17 00:00:00 2001 From: Patrick Collins <54278053+PatrickAlphaC@users.noreply.github.com> Date: Mon, 13 Jun 2022 19:49:03 -0400 Subject: [PATCH] Update chronological-updates.md --- chronological-updates.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chronological-updates.md b/chronological-updates.md index 0dada3e..8f24939 100644 --- a/chronological-updates.md +++ b/chronological-updates.md @@ -17,6 +17,12 @@ On the Ganache UI, you can select a different hostname and connect to whatever I ![img](./img/ganache-windows.png) +You can also try to edit it by: + +1. Inside Ganache in the top-right corner tap on the gear icon (settings). +2. Then in the server tab, change the HOSTNAME and select 0.0.0.0 - All Interfaces. +3. Now replace your RPC Server URL inside the code with this latest URL that will be something like: HTTP://0.0.0.0.7545. Recheck this from Ganache. + ### Using `ganache` ```