Replies: 6 comments 1 reply
-
Surprisingly I just felt the need for it, came looking here! +10 for this. |
Beta Was this translation helpful? Give feedback.
-
Feel like they abandoned this project, nothing change much for a while. |
Beta Was this translation helpful? Give feedback.
-
This is a key feature and should be added, there is a lot of blockchains and it will be hard for devs to keep up to date with new launches. |
Beta Was this translation helpful? Give feedback.
-
Got this feature implemented in the meantime, @lochie? If not, +10 from my side as well :) |
Beta Was this translation helpful? Give feedback.
-
I would appreciate this feature as well. Both Rainbowkit and Web3Modal offer this feature. But I don't want to go ahead with them. |
Beta Was this translation helpful? Give feedback.
-
any update on this? we would need this feature |
Beta Was this translation helpful? Give feedback.
-
Connectkit has defined a set of mainstream chains' logos in the code. I'm considering if we could provide a way to let user define their custom chain icons?
The code for now basically goes like this:
However, if user tries to define
logo
field themself, it will not work because the chains inconst { chains } = useNetwork()
is already pure object, i.e., thelogo
field is not a valid ReactElement in use.So we need to provide a similar way like
rainbowkit
which asks to provide aniconUrl
so that it will be an indestructible string.The proposal will follow
rainbowkit
usage:Let me know what you think. I'm willing to make this PR.
Beta Was this translation helpful? Give feedback.
All reactions