Closed jaiminRaiyani closed 2 weeks ago
@jaiminRaiyani is attempting to deploy a commit to the LFG Labs Team on Vercel.
A member of the Team first needs to authorize it.
The changes in this pull request introduce support for the Bitget Wallet in the application. A new InjectedConnector
for Bitget is added to the availableConnectors
array in app/provider.tsx
, alongside a repositioning of the existing Keplr connector. The ChangeWallet
component is updated to render a button for the new Bitget connector, and the WalletIcons
component is modified to include an icon for Bitget. Additionally, the useGetDiscoveryWallets
hook is updated to manage the download link for the Bitget wallet. Minor syntax adjustments are made in the configuration file.
File | Change Summary |
---|---|
app/provider.tsx | Added InjectedConnector for Bitget Wallet; repositioned Keplr connector. |
components/UI/changeWallet.tsx | Updated ChangeWallet to render button for Bitget; improved Typography formatting. |
components/UI/iconsComponents/icons/walletIcons.tsx | Added conditional rendering for Bitget icon in WalletIcons . |
hooks/useGetDiscoveryWallets.ts | Introduced bitkeep state variable for download link; updated return statement to include bitkeep . |
next.config.js | Removed trailing comma from images configuration for "www.starknet.id". |
Objective | Addressed | Explanation |
---|---|---|
Add Bitget Wallet (#909) | ā |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
The latest updates on your projects. Learn more about Vercel for Git āļø
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
starknet-quest | ā Ready (Inspect) | Visit Preview | š¬ Add feedback | Oct 31, 2024 2:38pm |
Hello @jaiminRaiyani Please resolve the conflicts
@jaiminRaiyani Waiting for conflicts to be resolved in order to merge
@Marchand-Nicolas please review it i have resolved the conflict
This PR introduces support for the Bitget wallet in the Starknet Quest application. This includes updates to components and hooks to facilitate Bitget wallet integration and make it available for user selection.
Features :
app/provider.tsx: Added a new InjectedConnector instance for Bitget wallet, making it selectable from the available connectors list.
components/UI/changeWallet.tsx: Modified wallet change functionality to include the Bitget wallet in relevant button displays. Updated wallet selection conditions to recognize Bitget, ensuring it appears alongside existing wallets like Braavos and ArgentX.
components/UI/iconsComponents/icons/walletIcons.tsx: Added an SVG icon for Bitget wallet, ensuring consistent UI representation within the app.
hooks/useGetDiscoveryWallets.ts: Enhanced the useGetDiscoveryWallets hook to include Bitget wallet discovery and download link for easy access.
Resolves: #909
Other information
the svg icon for bitget might not work so do not consider that
Summary by CodeRabbit
Release Notes
New Features
Style
Typography
components for better readability.Chores
next.config.js
without impacting functionality.