scpx-wallet
Version:
Scoop Core Wallet: dual-signature timelock crypto wallet - multi-asset, cross-platform and open-source
13 lines (12 loc) • 468 B
JavaScript
// Distributed under AGPLv3 license: see /LICENSE for terms. Copyright 2019-2021 Dominic Morris.
module.exports = {
scpEosConfig: {
chainId: 'eea99af65be68069e86a7473429348492612370b35577a70540271d9402e06c3',
httpEndpoint: 'https://eos4.scoop.tech:4242',
httpEndpointInfo: 'https://eos4.scoop.tech:4242/v1/chain/get_info',
expireInSeconds: 60,
broadcast: true,
debug: false,
sign: true,
}
}