UNPKG

@ledgerhq/live-common

Version:
21 lines 628 B
export const concordiumConfig = { config_currency_concordium: { type: "object", default: { status: { type: "active" }, networkType: "mainnet", proxyUrl: "https://ccd-wallet-proxy-mainnet.coin.ledger.com", minReserve: 0, }, }, config_currency_concordium_testnet: { type: "object", default: { status: { type: "active" }, networkType: "testnet", proxyUrl: "https://ccd-wallet-proxy-testnet.coin.ledger-test.com", minReserve: 0, }, }, }; //# sourceMappingURL=config.js.map