@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
19 lines • 530 B
JavaScript
import { getEnv } from "@ledgerhq/live-env";
export const tronConfig = {
config_currency_tron: {
type: "object",
default: {
status: {
type: "active",
features: [
{ id: "blockchain_txs", status: "active" },
{ id: "staking_txs", status: "active" },
],
},
explorer: {
url: getEnv("API_TRONGRID_PROXY"),
},
},
},
};
//# sourceMappingURL=config.js.map