ganache-cli
has a tagged version that allows you to run with the Istanbul hard fork so you can use with your contracts.
Install
npm install -g ganache-cli@istanbul
Run
ganache-cli --hardfork istanbul
ganache-cli
has a tagged version that allows you to run with the Istanbul hard fork so you can use with your contracts.
npm install -g ganache-cli@istanbul
ganache-cli --hardfork istanbul
Thanks @tomnash for the info.