UNPKG

@ledgerhq/live-common

Version:
18 lines 582 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nearConfig = void 0; const nearConfig = { config_currency_near: { type: "object", default: { status: { type: "active" }, infra: { API_NEAR_PRIVATE_NODE: "https://near.coin.ledger.com/node", API_NEAR_PUBLIC_NODE: "https://rpc.mainnet.near.org", API_NEAR_INDEXER: "https://near.coin.ledger.com/indexer", }, }, }, }; exports.nearConfig = nearConfig; //# sourceMappingURL=config.js.map