@mybucks.online/core 1.0.10 → 1.0.11

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,7 +68,7 @@ console.log("TRON Address: ", address2);
68
68
  import { generateToken } from "@mybucks.online/core";
69
69
  const token = generateToken(password, passcode, network);
70
70
 
71
- console.log("https://app.mybucks.online?wallet=" + token);
71
+ console.log("https://app.mybucks.online/#wallet=" + token);
72
72
  ```
73
73
 
74
74
  ```javascript
@@ -93,6 +93,6 @@ Find the docs [here](https://docs.mybucks.online).
93
93
  - https://app.mybucks.online
94
94
  password: **DemoAccount5&**
95
95
  passcode: **112324**
96
- - https://app.mybucks.online/?wallet=VWnsSGRGVtb0FjY291bnQ1JgIxMTIzMjQCb3B0aW1pc20=_wNovT
97
- - https://app.mybucks.online/?wallet=1jpFD8RGVtb0FjY291bnQ1JgIxMTIzMjQCYmFzZQ==fhk-GL
96
+ - https://app.mybucks.online/#wallet=VWnsSGRGVtb0FjY291bnQ1JgIxMTIzMjQCb3B0aW1pc20=_wNovT
97
+ - https://app.mybucks.online/#wallet=1jpFD8RGVtb0FjY291bnQ1JgIxMTIzMjQCYmFzZQ==fhk-GL
98
98
  - https://codesandbox.io/p/sandbox/mybucks-online-key-generation-sandbox-lt53c3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mybucks.online/core",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Core module of Mybucks.online Crypto Wallet",
5
5
  "main": "index.js",
6
6
  "type": "module",