Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import Client from '@liquality/client'
const footerVersion = `${process.env.REACT_APP_TRAVIS_COMMIT || 'dev'}+${Client.version}`
export default {
assets: {
eth: {
rpc: {
url: 'https://rinkeby.infura.io/v3/3bbb5ebeb45e4b2b9a35261f272fb611'
},
network: 'rinkeby'
},
btc: {
api: {
url: 'https://blockstream.info/testnet/api'
},
feeNumberOfBlocks: 2,
network: 'bitcoin_testnet'
},
import Client from '@liquality/client'
const footerVersion = `${process.env.REACT_APP_TRAVIS_COMMIT || 'dev'}+${Client.version}`
export default {
assets: {
eth: {
rpc: {
url: 'https://mainnet.infura.io/v3/3bbb5ebeb45e4b2b9a35261f272fb611'
},
network: 'mainnet'
},
btc: {
api: {
url: 'https://blockstream.info/api'
},
feeNumberOfBlocks: 2,
network: 'bitcoin'
},