UNPKG

@ledgerhq/coin-celo

Version:
25 lines (23 loc) 582 B
import { ConfigInfo } from "@ledgerhq/live-config/LiveConfig"; export const celoConfig: Record<string, ConfigInfo> = { 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", }, }, }, };