feat: update dependencies and add ccxt documentation for new features

This commit is contained in:
discountry
2025-10-23 19:36:42 +08:00
parent ea5da20311
commit f1ebfacaa2
7 changed files with 2006 additions and 379 deletions
+7 -1
View File
@@ -122,7 +122,13 @@ export class BackpackExchangeAdapter implements ExchangeAdapter {
this.initPromise = this.gateway
.ensureInitialized(this.symbol)
.then((value) => {
this.clearRetry();
if (process.env.BACKPACK_DEBUG === "1") {
console.error(`[BackpackExchangeAdapter] initialize succeeded`);
}
if (process.env.BACKPACK_DEBUG === "1") {
console.error(`[BackpackExchangeAdapter] initialize succeeded`);
}
this.clearRetry();
return value;
})
.catch((error) => {