Add mainnet integration tests for checking balances/allowances of ChaiBridge orders using DevUtils

This commit is contained in:
Amir
2020-01-11 15:42:49 -08:00
parent 2fc449da4c
commit 6afa9c8b92
2 changed files with 77 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ export let providerConfigs: Web3Config = {
shouldUseInProcessGanache: true,
shouldAllowUnlimitedContractSize: true,
hardfork: 'istanbul',
unlocked_accounts: ['0x6cc5f688a315f3dc28a7781717a9a798a59fda7b'],
};
export const provider: Web3ProviderEngine = web3Factory.getRpcProvider(providerConfigs);