-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Java object gone crash #11241
base: develop
Are you sure you want to change the base?
fix: Java object gone crash #11241
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
af8cb54
to
89d1956
Compare
PR-Codex overview
This PR enhances error handling in various hooks and components related to Web3 wallet checks, specifically for Binance and Blocto. It wraps conditional checks in
try-catch
blocks, logging errors to the console when exceptions occur.Detailed summary
try-catch
blocks inuseWeb3WalletView
for Binance wallet checks.useSwitchNetwork
for Blocto mobile app detection.getIsBinance
function inModal
for error handling.useDataDogRUM
for setting Datadog context.Farms
component withtry-catch
for Blocto ETH connection.isBinanceWeb3WalletInstalled
function for error handling.walletsConfig
to include error handling for Blocto installation checks in bothapps/web
andapps/gamification
.