-
Hi everyone. At lesson 6 around hour 5:38, I added the ganache-local to the network list. However, I entered the http of the host address with capital letter like this HTTP://127.0.0.1:7545, while based on the video this format (http://127.0.0.1:7545) is correct. Now, how can I delete that network? Or how can i edit it, if possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
So, using let's suppose I want to modify mainnet-fork network
|
Beta Was this translation helpful? Give feedback.
-
so where should i insert the command? for ex, like this: brownie networks modify mainnet-fork host=https://your_url_here delete mainnet-fork |
Beta Was this translation helpful? Give feedback.
As the command says:
So, using
brownie networks list
the id is the word on greenlet's suppose I want to modify mainnet-fork network
brownie networks modify mainnet-fork host=https://your_url_here