You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
I'm using a mainnet fork in Ganache, however when I execute the function call to get the WETH contract it says, that the contract is not found. I'm using the mainnet address of 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2. Here's the code:
Here's my mainnet fork setup
I'm stuck here and unable to move forward. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
As above, I have the ganache-cli already running, I THEN open up a console which attaches itself to the running ganache. I then try to access the contract and it gives me the error
However, when I open up a console allowing itself to spin up its ganache at the time of opening the console, it works fine..
Is there a reason why it behaves this way? I essentially test by having the ganache running on a different terminal, so looks like I should have brownie spin up its own every time I run a test.
I'm using a mainnet fork in Ganache, however when I execute the function call to get the WETH contract it says, that the contract is not found. I'm using the mainnet address of 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2. Here's the code:
Here's my mainnet fork setup
I'm stuck here and unable to move forward. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: