@depay/web3-wallets-evm 16.0.0 → 16.0.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.
@@ -44744,7 +44744,7 @@ class WalletConnectV2 {
44744
44744
 
44745
44745
  try {
44746
44746
 
44747
- this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.walletName]);
44747
+ this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.name]);
44748
44748
 
44749
44749
  // delete localStorage[`wc@2:client:0.3//session`] // DELETE WC SESSIONS
44750
44750
  this.signClient = await getSignClient();
package/dist/esm/index.js CHANGED
@@ -1781,7 +1781,7 @@ class WalletConnectV2 {
1781
1781
 
1782
1782
  try {
1783
1783
 
1784
- this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.walletName]);
1784
+ this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.name]);
1785
1785
 
1786
1786
  // delete localStorage[`wc@2:client:0.3//session`] // DELETE WC SESSIONS
1787
1787
  this.signClient = await getSignClient();
@@ -2617,7 +2617,7 @@ class WalletConnectV2 {
2617
2617
 
2618
2618
  try {
2619
2619
 
2620
- this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.walletName]);
2620
+ this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.name]);
2621
2621
 
2622
2622
  // delete localStorage[`wc@2:client:0.3//session`] // DELETE WC SESSIONS
2623
2623
  this.signClient = await getSignClient();
@@ -44747,7 +44747,7 @@
44747
44747
 
44748
44748
  try {
44749
44749
 
44750
- this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.walletName]);
44750
+ this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.name]);
44751
44751
 
44752
44752
  // delete localStorage[`wc@2:client:0.3//session`] // DELETE WC SESSIONS
44753
44753
  this.signClient = await getSignClient();
package/dist/umd/index.js CHANGED
@@ -1783,7 +1783,7 @@
1783
1783
 
1784
1784
  try {
1785
1785
 
1786
- this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.walletName]);
1786
+ this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.name]);
1787
1787
 
1788
1788
  // delete localStorage[`wc@2:client:0.3//session`] // DELETE WC SESSIONS
1789
1789
  this.signClient = await getSignClient();
@@ -2619,7 +2619,7 @@
2619
2619
 
2620
2620
  try {
2621
2621
 
2622
- this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.walletName]);
2622
+ this.walletName = _optionalChain$1([options, 'optionalAccess', _37 => _37.name]);
2623
2623
 
2624
2624
  // delete localStorage[`wc@2:client:0.3//session`] // DELETE WC SESSIONS
2625
2625
  this.signClient = await getSignClient();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/web3-wallets-evm",
3
3
  "moduleName": "Web3Wallets",
4
- "version": "16.0.0",
4
+ "version": "16.0.1",
5
5
  "description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
6
6
  "main": "dist/umd/index.evm.js",
7
7
  "module": "dist/esm/index.evm.js",