chore(auth): update to auth-client@2.0.3, use rpc.walletconnect.com (#116)

This commit is contained in:
Ben Kremer
2023-02-16 16:04:36 +01:00
committed by GitHub
parent 1ccf19fb2a
commit 9b6dfc366b
7 changed files with 2834 additions and 1120 deletions
+1622 -821
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -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,