@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 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 || "http://localhost:3005";
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 || "http://localhost:3005";
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.4.0-0",
3
+ "version": "1.4.1",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",