Open DarrenWayn opened 2 years ago
--network mainnet-fork-dev
is using the dummy accounts with 100 fake eth we had from brownie import accounts
but since --network mainnet
works with the real ETH that are actually worth $$$, if you dont have any real ETH lying around in your mainnet network which you can view on metamask by changing the network to Mainnet
you can't work on the mainnet deployment yet.
i see, i understand but is still successful even tho in my mainnet-fork have 0 eth, i use chainlink address eth-usd doc this is my brownie-config.yaml and this is my helpfulscripts
do you know what this succed?
After recode lesson 6 i still have the same succed when deploying using mainnetfork. It should be failed because it has 0 eth on my main net ethereum acc. After i check brownie network list true it says mainnet-fork has an alchamy in the fork. Does anybody know how to delete mainnetfork and add again mainnetfork with mainnet acc?
same issue here!
I still cant figure it out this one
I still cant figure it out this one
I'm doing research on this could you help me running something on your terminal please ?
Please run:
brownie networks list true
And
brownie --version
in 05.57.24 Patric expected the code to fail because our money from "return accounts.add(config["wallets"]["from_key"])" doesn't have enough money on mainnet, that is why it says gas estimation failed
Does anybody knows why? I am confuse