UNPKG

@plugnet/keyring

Version:
15 lines (13 loc) 624 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEV_SEED = exports.DEV_PHRASE = void 0; // Copyright 2017-2019 @polkadot/keyring authors & contributors // This software may be modified and distributed under the terms // of the Apache-2.0 license. See the LICENSE file for details. // default substrate dev phrase const DEV_PHRASE = 'bottom drive obey lake curtain smoke basket hold race lonely fit walk'; // seed from the above phrase exports.DEV_PHRASE = DEV_PHRASE; const DEV_SEED = '0xfac7959dbfe72f052e5a0c3c8d6530f202b02fd8f9f5ca3580ec8deb7797479e'; exports.DEV_SEED = DEV_SEED;