@routstr/sdk 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +0 -6
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +0 -6
- package/dist/client/index.mjs.map +1 -1
- package/dist/discovery/index.js +1 -1
- package/dist/discovery/index.js.map +1 -1
- package/dist/discovery/index.mjs +1 -1
- package/dist/discovery/index.mjs.map +1 -1
- package/dist/index.js +1 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -165,7 +165,7 @@ var ModelManager = class _ModelManager {
|
|
|
165
165
|
const DEFAULT_RELAYS = [
|
|
166
166
|
"wss://relay.primal.net",
|
|
167
167
|
"wss://nos.lol",
|
|
168
|
-
"wss://relay.
|
|
168
|
+
"wss://relay.damus.io"
|
|
169
169
|
];
|
|
170
170
|
const pool = new RelayPool();
|
|
171
171
|
const localEventStore = new EventStore();
|
|
@@ -5376,12 +5376,6 @@ var RoutstrClient = class {
|
|
|
5376
5376
|
clientApiKey
|
|
5377
5377
|
});
|
|
5378
5378
|
(async () => {
|
|
5379
|
-
try {
|
|
5380
|
-
const xcashuResults = await this.cashuSpender.refundXcashuTokens(mintUrl);
|
|
5381
|
-
this._log("DEBUG", "Refund xcashu tokens results:", xcashuResults);
|
|
5382
|
-
} catch (error) {
|
|
5383
|
-
this._log("ERROR", "Failed to refund providers:", error);
|
|
5384
|
-
}
|
|
5385
5379
|
})();
|
|
5386
5380
|
return satsSpent;
|
|
5387
5381
|
}
|