@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
15 lines • 466 B
JavaScript
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",
},
},
},
};
export { nearConfig };
//# sourceMappingURL=config.js.map