Open wg-d opened 2 years ago
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.
Did you import the wallet on metamask (using the private key from ganache)?
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!