@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.
- package/README.md +2 -2
- package/dist/cjs/constants/constants.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/constants/constants.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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://
|
|
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://
|
|
497
|
+
const NODE_SERVER = "https://mainnet-api.algonode.cloud";
|
|
498
498
|
const NODE_TOKEN = "";
|
|
499
499
|
const NODE_PORT = "";
|
|
500
500
|
|