@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
|
-
|
|
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}/
|
|
592
|
+
endpoint = `${providerUrl}/faucet/utxos/${address}`;
|
|
593
593
|
} else {
|
|
594
|
-
endpoint = `${providerUrl}/
|
|
594
|
+
endpoint = `${providerUrl}/address/${address}/utxos`;
|
|
595
595
|
}
|
|
596
596
|
const controller = new AbortController();
|
|
597
597
|
const timeoutId = setTimeout(() => controller.abort(), this.timeout);
|