Enable istanbul in Ganache

This commit is contained in:
Amir Bandeali
2019-12-17 08:25:46 -08:00
committed by Amir
parent fa99b75d1f
commit 0f151db355
5 changed files with 768 additions and 56 deletions

View File

@@ -19,6 +19,7 @@ export let providerConfigs: Web3Config = {
total_accounts: constants.NUM_TEST_ACCOUNTS,
shouldUseInProcessGanache: true,
shouldAllowUnlimitedContractSize: true,
hardfork: 'istanbul',
};
export const provider: Web3ProviderEngine = web3Factory.getRpcProvider(providerConfigs);