UNPKG

@ledgerhq/live-common

Version:
15 lines 358 B
import { getEnv } from "@ledgerhq/live-env"; export const tronConfig = { config_currency_tron: { type: "object", default: { status: { type: "active", }, explorer: { url: getEnv("API_TRONGRID_PROXY"), }, }, }, }; //# sourceMappingURL=config.js.map