Replies: 1 comment 7 replies
-
@mits87 Some users have been struggling with the same thing, but this is doable. What if you first pull the chains from your backend first and when that's done you just pass it as prop to your Also you'd want to hide the component if data is loading before passing backend chains into your provider. Does this sound something that's possible in your case ? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I'm struggling with set dynamically list of chains in RainbowKit.
I would like to have list of chain based of backend configuration.
Currently following documentation my code looks like:
As you can see firstly I build default configuration based on some params.
Secondly I would like to request to the backend for chain list which we are supporting and update the config.
But currently I can't see an option for that.
Any advice?
Best,
Beta Was this translation helpful? Give feedback.
All reactions