Open igor-udovenko opened 2 years ago
I think its because you missed the host
brownie networks add development mainnet-fork cmd=ganache-cli host=http://127.0.0.1 fork={WEB3_ALCHEMY_PROJECT_ADDRESS} accounts=10 mnemonic=brownie port=8545
Try typing the above.
I did add the network with my own alchemy http. I tried deleting it and then adding again to be sure, but not luck. The dashboard on the alchemy site even shows some activity in the form of "eth_getTransactionCount" lines when I run the script, but the transaction I'm trying to do doesn't happen (trying to run get_weth script in the Aave part of the tutorial)
I've been trying to use mainnet fork with Alchemy where it is applied in the tutorial, but when I attempt to run this in the terminal:
I get:
But nothing happens afterwards. I've waited for up to 10 minutes and nothing has occurred.
I've also attempted to just launch a ganache instance with the fork like this:
But then I get an error which I'm having trouble interpreting:
Has anyone run into similar problems when attempting to use Alchemy?