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
I've tried to override the image but it doesn't work
import { jbc, base, baseSepolia } from "@particle-network/connectkit/chains"; const config = createConfig({ ..., chains: [{...jbc, image: '/public/images/chain-jbc.svg'} as Chain, base, baseSepolia], });
It always fetches the icon from https://static.particle.network/chains/evm/icons/8899.png and returns a 404
https://static.particle.network/chains/evm/icons/8899.png
this is the icon for chain 8899 (JBC)
8899
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tried to override the image but it doesn't work
It always fetches the icon from
https://static.particle.network/chains/evm/icons/8899.png
and returns a 404this is the icon for chain
8899
(JBC)The text was updated successfully, but these errors were encountered: