@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
16 lines • 428 B
JavaScript
const vechainConfig = {
config_currency_vechain: {
type: "object",
default: {
status: {
type: "active",
features: [{ id: "blockchain_txs", status: "active" }],
},
infra: {
API_VECHAIN_THOREST: "https://vechain.coin.ledger.com",
},
},
},
};
export { vechainConfig };
//# sourceMappingURL=config.js.map