-
Notifications
You must be signed in to change notification settings - Fork 513
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
Integration of FinoaConnect wallet connector service into Web3Onboard #2188
Integration of FinoaConnect wallet connector service into Web3Onboard #2188
Conversation
There are 2 topics pending on this PR on which we would appreciate some guidance:
|
Thanks for the PR - I have added a few comments and questions. Ill checkout the CI pipeline issue. Thanks again! |
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
The checks for sanity are now completed in the PR, except the one for CI pipelines. |
docs/src/routes/docs/[...4]wallets/[...36]finoaconnect/+page.md
Outdated
Show resolved
Hide resolved
…ices/onboard for choice in dapp
The PR has now been updated to return error code 4200 (UNSUPPORTED_METHOD) for all method calls that are not supported by FinoaConnect provider. |
@finoaamukherjee Im still seeing build errors - https://github.com/blocknative/web3-onboard/actions/runs/9503906496/job/26195385651?pr=2188 |
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.
Approved! Looks good! We really appreciate your contribution to web3-onboard 🚀
Description
Integration of FinoaConnect (Finoa's Wallet Connector Service) into Web3Onboard for distribution through BlockNative. For any questions or queries, please reach out to:
PLEASE NOTE- Checklist must be complete prior to review.
Checklist
package.json
of the package you have made changes in following semantic versioning and using alpha release taggingyarn check-all
to confirm there are not any associated errorsDocs Checklist
docs/package.json
file (if applicable)If this PR includes changes to add an injected wallet or SDK wallet module:
Please complete the following using the internal demo package.
To run this demo use the command
yarn && yarn dev
to get the project running athttp://localhost:8080/
[Finoa] It was verified that Finoa's documentation appears under
docs
. TheFinoaConnect
option does show up on the list of injected wallets, and we have verified that connecting and disconnecting the wallet to the dApp works fine.Tests with demo app (injected)
Tests with demo app (SDK)
Screenshots
Screenshot of FinoaConnect under
docs