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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # wallet-connect-button-vue
2
2
 
3
- A Vue 3 component for NL Wallet integration.
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 NL Wallet')
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