Fixed dYdX Bridge Tests

This commit is contained in:
Greg Hysen
2020-02-10 17:31:36 -08:00
parent 3b61129ade
commit 871105a48a
4 changed files with 14 additions and 10 deletions

View File

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