-
Notifications
You must be signed in to change notification settings - Fork 76
added scopedProperties #355
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
base: main
Are you sure you want to change the base?
Conversation
When configured, the dApp will automatically route all subsequent `wallet_getCallsStatus` requests through the delegated wallet service to the designated bundler. | ||
|
||
To implement this functionality, specify the `scopedProperties` when approving a session: | ||
|
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.
@quetool to add Flutter example for WalletKit.buildWalletService
When configured, the dApp will automatically route all subsequent `wallet_getCallsStatus` requests through the delegated wallet service to the designated bundler. | ||
|
||
To implement this functionality, specify the `scopedProperties` when approving a session: | ||
|
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.
@llbartekll to add Swift example for WalletKit.buildWalletService
## Usage | ||
|
||
To use your own wallet service for EIP-5792, you need to specify the `scopedProperties` when approving a session. | ||
|
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.
@ganchoradkov to add RN example for WalletKit.buildWalletService
When configured, the dApp will automatically route all subsequent `wallet_getCallsStatus` requests through the delegated wallet service to the designated bundler. | ||
|
||
To implement this functionality, specify the `scopedProperties` when approving a session: | ||
|
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.
@ganchoradkov to add JS example for WalletKit.buildWalletService
Description
Enter the description of this PR and add any important context/info.
Tests