Lesson 6: Error Creating mainnet-fork? #790
-
I am trying to add the development mainnet-fork using the following command:
the response I see on terminal:
and when I check networks I see this: But when I run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm seeing a space in "mainnet-fork -dev" Were you intending to do "mainnet-fork-dev" (no space)? The command that worked for me was: |
Beta Was this translation helpful? Give feedback.
I'm seeing a space in "mainnet-fork -dev" Were you intending to do "mainnet-fork-dev" (no space)? The command that worked for me was:
brownie networks add development mainnet-fork cmd=ganache-cli host=http://127.0.0.1 fork=https://eth-mainnet.alchemyapi.io/v2/[MYKEY] accounts=10 mnemonic=brownie port=8545