@startbahn/startrail-sdk-js 1.26.0 → 1.27.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/README.md +2 -1
- package/dist/startrail-sdk.js +87164 -149128
- package/package.json +7 -2
- package/types/startrail-sdk-js.d.ts +7 -6
package/README.md
CHANGED
|
@@ -66,7 +66,8 @@ const startrail = new Startrail(params)
|
|
|
66
66
|
- `contactUrl`: Applied to the contact email in signup Email verification email
|
|
67
67
|
- `words`: See more details in Example section
|
|
68
68
|
- `callbackUrl` (optional): Callback URL to redirect to from E-Mail template for signup verification
|
|
69
|
-
- `withModal` (optional): Specifies if the Torus Login Provider Modal should be shown. Default value is set to `false
|
|
69
|
+
- `withModal` (optional): Specifies if the Torus Login Provider Modal should be shown. Default value is set to `false`
|
|
70
|
+
- `rpcEndpoint` (optional): RpcEndpoint that is accessed from the wallet you login/signup
|
|
70
71
|
|
|
71
72
|
[To be deprecate]
|
|
72
73
|
- `torusBuildEnv` (optional): Alias for `env`.
|