@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
21 lines • 628 B
JavaScript
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