@1sat/wallet-toolbox 0.0.33 → 0.0.34

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.
@@ -12,13 +12,13 @@ export class OverlayClient extends BaseClient {
12
12
  * BSV-21 tokens have topic managers named `tm_{tokenId}`.
13
13
  */
14
14
  async listTopicManagers() {
15
- return this.request("/overlay/listTopicManagers");
15
+ return this.request("/1sat/overlay/listTopicManagers");
16
16
  }
17
17
  /**
18
18
  * List all registered lookup service providers.
19
19
  */
20
20
  async listLookupServiceProviders() {
21
- return this.request("/overlay/listLookupServiceProviders");
21
+ return this.request("/1sat/overlay/listLookupServiceProviders");
22
22
  }
23
23
  /**
24
24
  * Get list of active BSV-21 token IDs from topic managers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/wallet-toolbox",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "BSV wallet library extending @bsv/wallet-toolbox with 1Sat Ordinals protocol support",
5
5
  "author": "1Sat Team",
6
6
  "license": "MIT",