Update Subprovider README

This commit is contained in:
Jacob Evans
2018-02-07 10:37:34 -08:00
committed by GitHub
parent a26e77074f
commit e443cb2a3b

View File

@@ -20,10 +20,10 @@ import {
LedgerSubprovider,
} from '@0xproject/subproviders';
const ledgerSubprovider = new LedgerSubprovider(
const ledgerSubprovider = new LedgerSubprovider({
networkId,
ledgerEthereumClientFactoryAsync,
);
});
const accounts = await ledgerSubprovider.getAccountsAsync();
```