@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
15 lines • 405 B
JavaScript
import { KNOWN_JETTONS } from "@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,
},
},
},
};
export { tonConfig };
//# sourceMappingURL=config.js.map