How to test with OpenZeppelin Test Environment on a Ganache Fork?

:computer: Environment
Ganache-cli --fork
Geth

:memo: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

2 Likes

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

2 Likes