keyring.js 282 B

12345678910
  1. // Copyright 2017-2018 Jaco Greeff
  2. // This software may be modified and distributed under the terms
  3. // of the ISC license. See the LICENSE file for details.
  4. // @flow
  5. import testKeyring from '@polkadot/util-keyring/testing';
  6. const keyring = testKeyring();
  7. export default keyring;