UNPKG

@ledgerhq/live-common

Version:
22 lines 652 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tronConfig = void 0; const live_env_1 = require("@ledgerhq/live-env"); exports.tronConfig = { config_currency_tron: { type: "object", default: { status: { type: "active", features: [ { id: "blockchain_txs", status: "active" }, { id: "staking_txs", status: "active" }, ], }, explorer: { url: (0, live_env_1.getEnv)("API_TRONGRID_PROXY"), }, }, }, }; //# sourceMappingURL=config.js.map