Closed Jacky-Young1123 closed 3 days ago
Same issue here for testnets for example arbitrum sepolia:
What problem does this new feature solve?
When I used JavaScript to integrate appkit, the following error occurred. Request address: https://rpc.walletconnect.org/v1/account/F9hEqGcPRudRn2SNCDFYL2XoTQk16ra2YcBkvjC7hcVp/balance?currency=usd&projectId= {projectId}&chainId=5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp&clientId=did%3Akey%3Az6MkiQ758M4AvTgujLn2RpvN5jepDWXtq1sk7k2wkPNuW
Error message: {status: "FAILED", reasons: [{field: "address", description: "The address provided is invalid"}]} reasons: [{field: "address", description: "The address provided is invalid"}]0: {field: "address", description: "The address provided is invalid"} description: "The address provided is invalid" field : "address" status : "FAILED"
And check the wallet balance in the view and it is 0
Describe the solution you'd like
Can this problem be solved?
It seems like you're encountering an error related to an invalid address when trying to check the wallet balance using JavaScript and Appkit integration. The error message indicates that the address provided is considered invalid, leading to a failed status. This could be the reason why the wallet balance is showing as 0 in the view. Double-check the address you're using and ensure it's correctly formatted to avoid this issue. If you need further assistance with resolving this, feel free to share more details! @Jacky-Young1123 @mits87
@Emmaward090 What do you mean by invalid address? I'm connecting to the metmask wallet and there I have all money in arbitrum sepolia.
Btw. Few versions ago I didn't see this error even if I used the same wallet.
Same issue here, after updating to 1.3.2
https://github.com/vanyasav/angular-reown-wagmi/tree/fetch_error
Same problem
Where are working on a fix ... will be available soon.
Please update to latest. V1.4.0
What problem does this new feature solve?
When I used JavaScript to integrate appkit, the following error occurred. Request address: https://rpc.walletconnect.org/v1/account/F9hEqGcPRudRn2SNCDFYL2XoTQk16ra2YcBkvjC7hcVp/balance?currency=usd&projectId= {projectId}&chainId=5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp&clientId=did%3Akey%3Az6MkiQ758M4AvTgujLn2RpvN5jepDWXtq1sk7k2wkPNuW
Error message: {status: "FAILED", reasons: [{field: "address", description: "The address provided is invalid"}]} reasons: [{field: "address", description: "The address provided is invalid"}]0: {field: "address", description: "The address provided is invalid"} description: "The address provided is invalid" field : "address" status : "FAILED"
And check the wallet balance in the view and it is 0
Describe the solution you'd like
Can this problem be solved?