chore(auth): update to auth-client@2.0.3, use rpc.walletconnect.com (#116)
This commit is contained in:
+1622
-821
File diff suppressed because it is too large
Load Diff
@@ -15,8 +15,8 @@
|
||||
"@nextui-org/react": "1.0.8-beta.5",
|
||||
"@polkadot/keyring": "^10.1.2",
|
||||
"@solana/web3.js": "1.43.0",
|
||||
"@walletconnect/auth-client": "^2.0.0",
|
||||
"@walletconnect/utils": "2.0.0",
|
||||
"@walletconnect/auth-client": "2.0.3",
|
||||
"@walletconnect/utils": "2.4.3",
|
||||
"bs58": "5.0.0",
|
||||
"cosmos-wallet": "1.2.0",
|
||||
"ethers": "5.6.6",
|
||||
|
||||
@@ -10,6 +10,7 @@ export default function useWalletConnectEventsManager(initialized: boolean) {
|
||||
useEffect(() => {
|
||||
if (initialized) {
|
||||
authClient.on('auth_request', ({ id, params }) => {
|
||||
console.log('auth_request', { id, params })
|
||||
ModalStore.open('AuthenticationRequest', {
|
||||
authenticationRequest: {
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user