@txnlab/use-wallet 0.0.2 → 0.0.4

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.
@@ -5,6 +5,6 @@ export declare enum PROVIDER_ID {
5
5
  DEFLY = "Defly",
6
6
  EXODUS = "Exodus"
7
7
  }
8
- export declare const NODE_SERVER = "https://node.algoexplorerapi.io";
8
+ export declare const NODE_SERVER = "https://mainnet-api.algonode.cloud";
9
9
  export declare const NODE_TOKEN = "";
10
10
  export declare const NODE_PORT = "";
package/dist/esm/index.js CHANGED
@@ -494,7 +494,7 @@ var PROVIDER_ID;
494
494
  PROVIDER_ID["DEFLY"] = "Defly";
495
495
  PROVIDER_ID["EXODUS"] = "Exodus";
496
496
  })(PROVIDER_ID || (PROVIDER_ID = {}));
497
- const NODE_SERVER = "https://node.algoexplorerapi.io";
497
+ const NODE_SERVER = "https://mainnet-api.algonode.cloud";
498
498
  const NODE_TOKEN = "";
499
499
  const NODE_PORT = "";
500
500