Replies: 1 comment 8 replies
-
|
Hello @aloyboi The weth token is this one: The reason we use ganache is because we are not deploying to a network with persistency, we are just Mocking the mainnet. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run get_weth .py & this is the error I am facing.
It is saying the mainnet weth token contract address is not deployed for "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
brownie-config.yaml

get_weth

I am using mainnet-fork-dev which was created a few lessons back

Another quick question: Why do I have to run Ganache client when I want to run on mainnet-fork-dev? Is it not forked from my Alchemy node? Closing Ganache client gives me "Unable to launch local RPC client." error.
Beta Was this translation helpful? Give feedback.
All reactions