UNPKG

ecash-quicksend

Version:

A unified transaction manager for eCash (XEC), SLP, and ALP token transactions

17 lines 649 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.chronik = void 0; const chronik_client_1 = require("chronik-client"); // 定义多个Chronik节点 const chronikUrls = [ 'https://chronik-native2.fabien.cash', 'https://chronik-native3.fabien.cash', 'https://chronik.pay2stay.com/xec2', 'https://chronik-native1.fabien.cash', 'https://chronik1.alitayin.com', 'https://chronik2.alitayin.com', ]; // 创建共享的Chronik客户端实例,支持多个节点 const chronik = new chronik_client_1.ChronikClient(chronikUrls); exports.chronik = chronik; //# sourceMappingURL=chronik-client.js.map