brownie icon indicating copy to clipboard operation
brownie copied to clipboard

Error : Multiple networks using ID 'fork-mainnet'

Open mrhouzlane opened this issue 2 years ago • 2 comments

Environment information

I installed brownie with : pip install eth-brownie

  • Python 3.10.6
  • OS: 12.0.1

What was wrong?

  • I ran brownie init / brownie / brownie networks list

Error : Screenshot 2022-09-23 at 16 49 54

mrhouzlane avatar Sep 23 '22 14:09 mrhouzlane

sounds like you might have made a brownie network with the 'fork-mainnet' ID, try removing any other networks other than the original mainnet-fork try $ brownie networks list you can see which networks you have, most of these are there by default. $ brownie networks remove fork-mainnet you can also use $ brownie network --help

https://eth-brownie.readthedocs.io/en/stable/network-management.html

mon-1 avatar Oct 04 '22 14:10 mon-1

duplicate of #1603

gosuto-inzasheru avatar Nov 14 '22 11:11 gosuto-inzasheru