@ledgerhq/coin-celo
Version:
26 lines • 753 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.celoConfig = void 0;
exports.celoConfig = {
config_currency_celo: {
type: "object",
default: {
status: {
type: "active",
features: [
{ id: "blockchain_txs", type: "active" },
{ id: "staking_txs", type: "active" },
],
},
node: {
type: "external",
uri: "https://celo.coin.ledger.com/archive",
},
explorer: {
type: "blockscout",
uri: "https://celo.blockscout.com/api",
},
},
},
};
//# sourceMappingURL=config.js.map