@gvnrdao/dh-lit-actions 0.0.25 → 0.0.26

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.
@@ -1 +1 @@
1
- 6c842ec61916b48d7a77ad2ecf7a3567e0c33fd20c3870f8ce97f296f3e4a1a9
1
+ 67b3e25a63ce9b806d451025ee95ddfb0e3104c29602fab79b4fb986ff88ce9b
@@ -589,9 +589,9 @@ var _LIT_ACTION_ = (() => {
589
589
  const format = this.detectProviderFormat(providerUrl);
590
590
  let endpoint;
591
591
  if (format === "diamond-hands-faucet" /* DIAMOND_HANDS_FAUCET */) {
592
- endpoint = `${providerUrl}/api/faucet/utxos/${address}`;
592
+ endpoint = `${providerUrl}/faucet/utxos/${address}`;
593
593
  } else {
594
- endpoint = `${providerUrl}/api/address/${address}/utxos`;
594
+ endpoint = `${providerUrl}/address/${address}/utxos`;
595
595
  }
596
596
  const controller = new AbortController();
597
597
  const timeoutId = setTimeout(() => controller.abort(), this.timeout);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gvnrdao/dh-lit-actions",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "type": "module",
5
5
  "description": "Diamond Hands Protocol LIT Actions - Deterministic, Auditable Builds",
6
6
  "main": "./pkg-dist/index.cjs",