@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
22 lines • 699 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.casperConfig = void 0;
exports.casperConfig = {
config_currency_casper: {
type: "object",
default: {
status: {
type: "active",
features: [
{ id: "blockchain_txs", status: "active" },
{ id: "staking_txs", status: "active" },
],
},
infra: {
API_CASPER_NODE_ENDPOINT: "https://casper.coin.ledger.com/node/",
API_CASPER_INDEXER: "https://casper.coin.ledger.com/indexer/",
},
},
},
};
//# sourceMappingURL=config.js.map