@thru/browser-sdk 0.2.7 → 0.2.8
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ import { BrowserSDK } from '@thru/browser-sdk';
|
|
|
15
15
|
|
|
16
16
|
// Configure the wallet iframe location and the RPC endpoint to talk to
|
|
17
17
|
const sdk = new BrowserSDK({
|
|
18
|
-
iframeUrl: 'https://
|
|
18
|
+
iframeUrl: 'https://wallet.thru.org/embedded',
|
|
19
19
|
rpcUrl: 'https://grpc-web.alphanet.thruput.org',
|
|
20
20
|
});
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thru/browser-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@thru/embedded-provider": "0.2.
|
|
15
|
-
"@thru/
|
|
16
|
-
"@thru/
|
|
17
|
-
"@thru/
|
|
14
|
+
"@thru/embedded-provider": "0.2.8",
|
|
15
|
+
"@thru/chain-interfaces": "0.2.8",
|
|
16
|
+
"@thru/protocol": "0.2.8",
|
|
17
|
+
"@thru/thru-sdk": "0.2.8"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsup",
|