@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
24 lines • 735 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.concordiumConfig = void 0;
exports.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