wax-wallet-manager
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -43,5 +43,5 @@ export interface Chain { | ||
export interface StoredAccount { | ||
accountName: string; | ||
account_name: string; | ||
requestPermission: string; | ||
walletName: string; | ||
} |
@@ -25,3 +25,3 @@ "use strict"; | ||
return { | ||
accountName: account.accountName, | ||
account_name: account.accountName, | ||
requestPermission: account.requestPermission, | ||
@@ -28,0 +28,0 @@ walletName: wallet |
{ | ||
"name": "wax-wallet-manager", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Manage multiple Wax Blockchain account login sessions across WCW and supported wallets.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58052