@reown/appkit-common
Advanced tools
Comparing version 0.0.5 to 1.0.0
@@ -24,3 +24,3 @@ export const SafeLocalStorageKeys = { | ||
catch { | ||
return value; | ||
return null; | ||
} | ||
@@ -27,0 +27,0 @@ } |
@@ -0,1 +1,2 @@ | ||
import type { CaipNetwork } from './TypeUtil.js'; | ||
export type SafeLocalStorageItems = { | ||
@@ -6,3 +7,3 @@ '@w3m/wallet_id': string; | ||
'@w3m/solana_caip_chain': string; | ||
'@w3m/active_caip_network': string; | ||
'@w3m/active_caip_network': CaipNetwork; | ||
'@w3m/active_caip_network_id': string; | ||
@@ -9,0 +10,0 @@ '@w3m/connected_connector': string; |
{ | ||
"name": "@reown/appkit-common", | ||
"version": "0.0.5", | ||
"version": "1.0.0", | ||
"type": "module", | ||
@@ -23,7 +23,7 @@ "main": "./dist/esm/index.js", | ||
"web3", | ||
"web3modal" | ||
"appkit" | ||
], | ||
"author": "reown <reown.com>", | ||
"author": "Reown <support@reown.com> (https://reown.com)", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/web3modal/web3modal", | ||
"homepage": "https://github.com/reown-com/appkit", | ||
"repository": { | ||
@@ -34,3 +34,3 @@ "type": "git", | ||
"bugs": { | ||
"url": "https://github.com/web3modal/web3modal/issues" | ||
"url": "https://github.com/reown-com/appkit/issues" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
@@ -1,8 +0,8 @@ | ||
#### 📚 [Documentation](https://docs.walletconnect.com/2.0/web3modal/about) | ||
#### 📚 [Documentation](https://docs.walletconnect.com/2.0/appkit/about) | ||
#### 🔗 [Website](https://web3modal.com) | ||
#### 🔗 [Website](https://reown.com/appkit) | ||
# Web3Modal | ||
# AppKit | ||
Your on-ramp to web3 multichain. Web3Modal is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain. | ||
Your on-ramp to web3 multichain. AppKit is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain. | ||
@@ -9,0 +9,0 @@ <p align="center"> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
122581
992
0