You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Brave wallet on Brave browser with the Viem client results in JS/TypeScript error. This was first reported by 0x2fa during testing. https://github.com/0x2fa-org/0x2fa
ISSUE TYPE
Bug Report
STEPS TO REPRODUCE
Visit 0x2fa.com on Brave with default wallet selected of Brave wallet.
ACTUAL RESULTS
The way that the sapphire-client produces a Proxy object via wrapping the original Provider modifies the type.
Brave wallet should work as a default on Brave browser.
The text was updated successfully, but these errors were encountered:
aefhm
changed the title
sapphire-viem-v2: ProxyObject throws error due to changed function
sapphire-viem-v2: ProxyObject throws error due to changed function signature
Sep 9, 2024
SUMMARY
Using Brave wallet on Brave browser with the Viem client results in JS/TypeScript error. This was first reported by 0x2fa during testing. https://github.com/0x2fa-org/0x2fa
ISSUE TYPE
STEPS TO REPRODUCE
Visit 0x2fa.com on Brave with default wallet selected of Brave wallet.
ACTUAL RESULTS
The way that the
sapphire-client
produces a Proxy object via wrapping the original Provider modifies the type.sapphire-paratime/clients/js/src/provider.ts
Line 197 in aa5ea27
Apparently, running a local application without binding the context works.
EXPECTED RESULTS
Brave wallet should work as a default on Brave browser.
The text was updated successfully, but these errors were encountered: