Closed Emmanex01 closed 2 weeks ago
@Emmanex01 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 introduce a new wallet connector, InjectedConnector
, for "Okx Wallet" to the availableConnectors
array in the app/provider.tsx
file. This addition allows users to connect using the Okx Wallet without altering the existing connectors or the overall structure of the Providers
function. The configuration for network determination and StarknetConfig
remains unchanged, ensuring compatibility with the current application setup.
File | Change Summary |
---|---|
app/provider.tsx | Added InjectedConnector for "Okx Wallet" to availableConnectors with options { id: "okxwallet", name: "Okx Wallet" } . |
Objective | Addressed | Explanation |
---|---|---|
Add OKX wallet (Issue #908) | ✅ |
availableConnectors
array in app/provider.tsx
indicates a similar modification pattern to the new "Okx Wallet" connector.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 27, 2024 8:08pm |
I addded an okxwallet
Please add the labels corresponding to the type of changes your PR introduces:
Resolves: #908
Other information
Summary by CodeRabbit