Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz committed Feb 12, 2020
1 parent c36943b commit 5b26c0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contracts/test-utils/src/web3_wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ export let providerConfigs: Web3Config = {
shouldUseInProcessGanache: true,
shouldAllowUnlimitedContractSize: true,
hardfork: 'istanbul',
unlocked_accounts: ['0x6cc5f688a315f3dc28a7781717a9a798a59fda7b', '0x55dc8f21d20d4c6ed3c82916a438a413ca68e335', '0xf977814e90da44bfa03b6295a0616a897441acec'],
unlocked_accounts: [
'0x6cc5f688a315f3dc28a7781717a9a798a59fda7b',
'0x55dc8f21d20d4c6ed3c82916a438a413ca68e335',
'0xf977814e90da44bfa03b6295a0616a897441acec',
],
};

export const provider: Web3ProviderEngine = web3Factory.getRpcProvider(providerConfigs);
Expand Down

0 comments on commit 5b26c0c

Please sign in to comment.