Environment
Ganache-cli --fork
Geth
Details
how to test on a ganache-cli that I am running by forking geth synced chain (mainnet). Essentially, telling openzeppelin/test-environment to use my forked mainnet version
Environment
Ganache-cli --fork
Geth
Details
how to test on a ganache-cli that I am running by forking geth synced chain (mainnet). Essentially, telling openzeppelin/test-environment to use my forked mainnet version
Hi @amateur-dev,
Using OpenZeppelin Test Environment with forked ganache isn’t currently supported.
There is an open issue to include this support: https://github.com/OpenZeppelin/openzeppelin-test-environment/issues/31