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 |
Adamj1232
left a comment
There was a problem hiding this comment.
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.jsonof the package you have made changes in following semantic versioning and using alpha release taggingyarn check-allto confirm there are not any associated errorsDocs Checklist
docs/package.jsonfile (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 devto get the project running athttp://localhost:8080/[Finoa] It was verified that Finoa's documentation appears under
docs. TheFinoaConnectoption 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