UNPKG

@ledgerhq/coin-celo

Version:
23 lines 652 B
export const 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