Update chronological-updates.md

This commit is contained in:
Patrick Collins
2022-06-13 19:49:03 -04:00
committed by GitHub
parent 6f9a7f8e9d
commit 9a94385bb6

View File

@@ -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`
```