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

[bug] Custom chain images do not propagate to the current chain button when opening the modal #1405

Closed
dirtycajunrice opened this issue Oct 21, 2023 · 0 comments · Fixed by #1561
Assignees
Labels
bug Something isn't working needs review

Comments

@dirtycajunrice
Copy link

Link to minimal reproducible example

https://web3modal.justfixit.dev/

Summary

Custom chain images do not propagate to the current chain button when opening the modal

Reproduction Steps:

  1. Click the chain button
  2. Observe the visible custom chain image
  3. Switch to DFK Chain by clicking it
  4. Close the modal
  5. Click the account button
  6. Observe the missing custom chain image

List of related npm package versions

https://github.com/dirtycajunrice/web3modal-bug-examples-2023-10-21/blob/9269c51dfe95d7ec2a5e0efebd3fb3923c9b79f1/package.json#L11-L19

  "dependencies": {
    "@web3modal/wagmi": "^3.1.0",
    "next": "13.5.6",
    "react": "^18",
    "react-code-blocks": "^0.1.4",
    "react-dom": "^18",
    "viem": "^1.16.6",
    "wagmi": "^1.4.5"
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants