UNPKG

@ledgerhq/coin-celo

Version:
26 lines 753 B
"use strict"; 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