pet-shop-box
pet-shop-box copied to clipboard
Installed ganache and after adding new network on metamask, balance is empty.
I was following the truffle pet-shop tutorial and added new network but the balance is zero. What's wrong with my ganache? Or is the reason something else? Thanks!
I had a similar issue and I run ganache cli. You may refer to this for a potential fix: https://stackoverflow.com/questions/70364998/accounts-provided-by-ganache-cli-has-no-balance-at-all . I had the network set to localhost
but setting it to 127.0.0.1 fixed it for me. Also note the port in use. For ganache-cli it is 8545 by default. The desktop app is port 7545 by default.
Same issue here.