UNPKG

@ledgerhq/live-common

Version:
18 lines 547 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tonConfig = void 0; const ton_ledger_1 = require("@ton-community/ton-ledger"); const tonConfig = { config_currency_ton: { type: "object", default: { status: { type: "active" }, infra: { API_TON_ENDPOINT: "https://ton.coin.ledger.com/api/v3", KNOWN_JETTONS: ton_ledger_1.KNOWN_JETTONS, }, }, }, }; exports.tonConfig = tonConfig; //# sourceMappingURL=config.js.map