Source: RPC/index.js

/**
 * Stable Bitgesell RPC endpoint to interact with.
 * @type {string}
 */
const BGL_RPC_NODE = 'https://rpc.bglwallet.io'

module.exports = {BGL_RPC_NODE}