@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
17 lines (15 loc) • 360 B
text/typescript
import { ConfigInfo } from "@ledgerhq/live-config/LiveConfig";
import { getEnv } from "@ledgerhq/live-env";
export const tronConfig: Record<string, ConfigInfo> = {
config_currency_tron: {
type: "object",
default: {
status: {
type: "active",
},
explorer: {
url: getEnv("API_TRONGRID_PROXY"),
},
},
},
};