We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
There is a option allow user to update the networks props for the sdk
The text was updated successfully, but these errors were encountered:
APKT-2388 [feature] Update network selections after sdk initialization
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: