-
Notifications
You must be signed in to change notification settings - Fork 48
Update wallet connect impl #821
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
@iamonuwa |
jkbktl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ tested with Metamask and trustwallet on both desktop and mobile, also tested with Status Desktop, all works fine
there's same issue with enviroinment variables as #820 (comment) expect to be solved there.
checkout from status-im#821
* chore: add wagmi configuration and providers for Status Hub * feat: add new icons, promo modal for staking page, integrate connectkit to stake form * feat: implement progress dialog and state management for vault operations * chore: rename progress dialog to action status component and where it is used * feat: integrate SIWE for wallet authentication and enhance vault state management * feat: update vault management with new table and modal components, integrate react-query and react-table * feat: integrate @tanstack/react-query for improved data fetching and state management in vault components * feat: enhance vault management with new compound modal and lock configuration, update table actions for improved user experience * refactor: introduce withdraw modal and enhance lock configuration modal for improved vault management * feat: enhance vault management with new hooks for account vaults and faucet integration, update UI components for improved user experience * feat: enhance vault management with new hooks for token approval, withdrawal, and staking; update UI components and integrate new icons for improved user experience * feat: integrate emergency mode functionality and enhance slider configuration for vault lockup periods; update UI components for improved user experience * feat: enhance vault selection UI with lock status indicators and improve table overflow handling for better user experience * refactor: simplify vault table action handlers by removing unnecessary onClick logic for modal state management * feat: enhance vault management by adding new hooks for staking, multiplier points, and vault locking; update UI components and improve state management for better user experience * chore: add changeset * chore: remove unused eslint-disable comments from vault-related components and update button variants for consistency * feat: add staking constants and improve hooks for vault management; * chore: update vault-related UI components for consistency and improve styling; update zod dependency version * chore: add wagmi configuration and providers for Status Hub * feat: add new icons, promo modal for staking page, integrate connectkit to stake form * feat: implement progress dialog and state management for vault operations * chore: rename progress dialog to action status component and where it is used * feat: integrate SIWE for wallet authentication and enhance vault state management * feat: update vault management with new table and modal components, integrate react-query and react-table * feat: integrate @tanstack/react-query for improved data fetching and state management in vault components * feat: enhance vault management with new compound modal and lock configuration, update table actions for improved user experience * refactor: introduce withdraw modal and enhance lock configuration modal for improved vault management * feat: enhance vault management with new hooks for account vaults and faucet integration, update UI components for improved user experience * feat: enhance vault management with new hooks for token approval, withdrawal, and staking; update UI components and integrate new icons for improved user experience * feat: integrate emergency mode functionality and enhance slider configuration for vault lockup periods; update UI components for improved user experience * feat: enhance vault selection UI with lock status indicators and improve table overflow handling for better user experience * refactor: simplify vault table action handlers by removing unnecessary onClick logic for modal state management * feat: enhance vault management by adding new hooks for staking, multiplier points, and vault locking; update UI components and improve state management for better user experience * chore: add changeset * chore: remove unused eslint-disable comments from vault-related components and update button variants for consistency * feat: add staking constants and improve hooks for vault management; * chore: update vault-related UI components for consistency and improve styling; update zod dependency version * chore: apply commit changes * fix: remove chain id definition in hooks * chore: add button size 24 * chore: fix box-border style * remove border-box sizing * chore: update images * chore: update button to add danger variant * chore: remove button classNames * f checkout from #821 --------- Co-authored-by: iamonuwa <matrix4u2002@gmail.com> Co-authored-by: nonuwa-oss <isaac.onuwa@gmail.com> Co-authored-by: Felicio <felicio@users.noreply.github.com>
* chore: add wagmi configuration and providers for Status Hub * feat: add new icons, promo modal for staking page, integrate connectkit to stake form * feat: implement progress dialog and state management for vault operations * chore: rename progress dialog to action status component and where it is used * feat: integrate SIWE for wallet authentication and enhance vault state management * feat: update vault management with new table and modal components, integrate react-query and react-table * feat: integrate @tanstack/react-query for improved data fetching and state management in vault components * feat: enhance vault management with new compound modal and lock configuration, update table actions for improved user experience * refactor: introduce withdraw modal and enhance lock configuration modal for improved vault management * feat: enhance vault management with new hooks for account vaults and faucet integration, update UI components for improved user experience * feat: enhance vault management with new hooks for token approval, withdrawal, and staking; update UI components and integrate new icons for improved user experience * feat: integrate emergency mode functionality and enhance slider configuration for vault lockup periods; update UI components for improved user experience * feat: enhance vault selection UI with lock status indicators and improve table overflow handling for better user experience * refactor: simplify vault table action handlers by removing unnecessary onClick logic for modal state management * feat: enhance vault management by adding new hooks for staking, multiplier points, and vault locking; update UI components and improve state management for better user experience * chore: add changeset * chore: remove unused eslint-disable comments from vault-related components and update button variants for consistency * feat: add staking constants and improve hooks for vault management; * chore: update vault-related UI components for consistency and improve styling; update zod dependency version * chore: add wagmi configuration and providers for Status Hub * feat: add new icons, promo modal for staking page, integrate connectkit to stake form * feat: implement progress dialog and state management for vault operations * chore: rename progress dialog to action status component and where it is used * feat: integrate SIWE for wallet authentication and enhance vault state management * feat: update vault management with new table and modal components, integrate react-query and react-table * feat: integrate @tanstack/react-query for improved data fetching and state management in vault components * feat: enhance vault management with new compound modal and lock configuration, update table actions for improved user experience * refactor: introduce withdraw modal and enhance lock configuration modal for improved vault management * feat: enhance vault management with new hooks for account vaults and faucet integration, update UI components for improved user experience * feat: enhance vault management with new hooks for token approval, withdrawal, and staking; update UI components and integrate new icons for improved user experience * feat: integrate emergency mode functionality and enhance slider configuration for vault lockup periods; update UI components for improved user experience * feat: enhance vault selection UI with lock status indicators and improve table overflow handling for better user experience * refactor: simplify vault table action handlers by removing unnecessary onClick logic for modal state management * feat: enhance vault management by adding new hooks for staking, multiplier points, and vault locking; update UI components and improve state management for better user experience * chore: add changeset * chore: remove unused eslint-disable comments from vault-related components and update button variants for consistency * feat: add staking constants and improve hooks for vault management; * chore: update vault-related UI components for consistency and improve styling; update zod dependency version * chore: apply commit changes * fix: remove chain id definition in hooks * chore: add button size 24 * chore: fix box-border style * remove border-box sizing * chore: update images * chore: update button to add danger variant * chore: remove button classNames * f checkout from status-im/status-web#821 --------- Co-authored-by: iamonuwa <matrix4u2002@gmail.com> Co-authored-by: nonuwa-oss <isaac.onuwa@gmail.com> Co-authored-by: Felicio <felicio@users.noreply.github.com>

closes #815
to test this PR use this link to setup the sn-api. configure your wallet to use this chain.
focus on using Status Desktop wallet and other mobile wallets that support Status sepolia network.