@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
21 lines • 648 B
JavaScript
;
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",
features: [{ id: "blockchain_txs", status: "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