Nilson Laercio Botelho Gonçalves
Results
1
comments of
Nilson Laercio Botelho Gonçalves
Hi! will change the "eth_requestAccounts" to "eth_accounts". And it will look like this: const updateCurrentWalletAddress = async () => { const accounts = await window?.ethereum?.request({ method: 'eth_accounts' }); if(accounts) setWalletAddress(accounts[0]);...