Skip to content
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

[feature] Update network selections after sdk initialization #3948

Open
Tse-ChiKit opened this issue Mar 3, 2025 · 1 comment
Open

[feature] Update network selections after sdk initialization #3948

Tse-ChiKit opened this issue Mar 3, 2025 · 1 comment

Comments

@Tse-ChiKit
Copy link

What problem does this new feature solve?

In my react app, I want to grant different network access to different user groups.

e.g :

groupA: [mainnet, optimism, polygon]

groupB: [mainnet, arbitrum]

which means, for groupA user, when he/she opens the network selection modal, only [mainnet, optimism, polygon] can be selected.

and for groupB user, when he/she opens the network selection modal, only [mainnet, arbitrum] can be selected.

Is there any solutions to solve this case?

Describe the solution you'd like

There is a option allow user to update the networks props for the sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant