Open AoDev opened 2 years ago
Solved by taking configs from here: https://github.com/eth-brownie/brownie/blob/master/brownie/data/network-config.yaml
Reopening this as the issue actually didn't go away. I managed to make it work if I let brownie launch ganache. But if Ganache is launched first, I still get the Could not attach to RPC process error.
Environment information
brownie
Version: 1.18.1ganache-cli
Version: ganache v7.0.3 (@ganache/cli: 0.1.4, @ganache/core: 0.1.4)solc
Version: multipleWhat was wrong?
Context: fresh install, ganache / brownie at latest versions. Steps: running ganache first, then brownie, and expecting brownie to connect to ganache rpc like usual.
Commands Ganache
Brownie
(network config on port 8547)
Error
Not clear what to do.
The brownie config:
I can see that it does make some requests to ganache before failing.