wallet-connect-button-vue 1.0.19 → 1.0.20
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/index.esm.js +2911 -3060
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2911 -3060
- package/dist/index.js.map +1 -1
- package/dist/nl-wallet-web.js +2910 -3059
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wallet-connect-button-vue
|
|
2
2
|
|
|
3
|
-
A Vue 3 component for
|
|
3
|
+
A Vue 3 component for NP Wallet integration.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -46,7 +46,7 @@ const onWalletSuccess = (attributes: any) => {
|
|
|
46
46
|
- `clientId: string` - Required. Your client ID for wallet connection
|
|
47
47
|
- `apiKey?: string` - Optional. API key for authentication
|
|
48
48
|
- `walletConnectHost?: string` - Optional. Custom wallet connect host URL (defaults to https://wallet-connect.eu)
|
|
49
|
-
- `label?: string` - Optional. Custom button text (defaults to 'Inloggen met
|
|
49
|
+
- `label?: string` - Optional. Custom button text (defaults to 'Inloggen met NP Wallet')
|
|
50
50
|
- `lang?: string` - Optional. Language setting for the wallet button (defaults to 'nl')
|
|
51
51
|
|
|
52
52
|
### Events
|