@spicenet-io/spiceflow-ui 1.4.0-0 → 1.4.1
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/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2645,7 +2645,7 @@ const useWallet = () => {
|
|
|
2645
2645
|
};
|
|
2646
2646
|
};
|
|
2647
2647
|
|
|
2648
|
-
const RELAYER_API_URL = process.env.NEXT_PUBLIC_RELAYER_API_URL || "
|
|
2648
|
+
const RELAYER_API_URL = process.env.NEXT_PUBLIC_RELAYER_API_URL || "https://tx-api.spicenet.io";
|
|
2649
2649
|
class RelayerService {
|
|
2650
2650
|
constructor() {
|
|
2651
2651
|
this.baseUrl = RELAYER_API_URL;
|
package/dist/index.js
CHANGED
|
@@ -2643,7 +2643,7 @@ const useWallet = () => {
|
|
|
2643
2643
|
};
|
|
2644
2644
|
};
|
|
2645
2645
|
|
|
2646
|
-
const RELAYER_API_URL = process.env.NEXT_PUBLIC_RELAYER_API_URL || "
|
|
2646
|
+
const RELAYER_API_URL = process.env.NEXT_PUBLIC_RELAYER_API_URL || "https://tx-api.spicenet.io";
|
|
2647
2647
|
class RelayerService {
|
|
2648
2648
|
constructor() {
|
|
2649
2649
|
this.baseUrl = RELAYER_API_URL;
|