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

tag 3.0.2, connectorImages option #1361

Merged
merged 2 commits into from
Sep 27, 2023
Merged

tag 3.0.2, connectorImages option #1361

merged 2 commits into from
Sep 27, 2023

Conversation

xzilja
Copy link
Contributor

@xzilja xzilja commented Sep 27, 2023

Breaking Changes

N/A

Changes

  • feat: connectorImages option allowing you to set or override connector images based on their id. Does not affect wallets fetched from web3modal api (recommended). You will only need to use this when you remove metamask that comes in the modal by default and replace it with wagmi connector. For example:
createWeb3Modal({
   connectorImages: {
      coinbaseWallet: 'https://images.mydapp.com/coinbase.png',
      metamask: 'https://images.mydapp.com/metamask.png'
   }
})
  • chore: Update dependencies

Associated Issues

N/A

@xzilja xzilja requested a review from glitch-txs September 27, 2023 09:58
@vercel
Copy link

vercel bot commented Sep 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
web3modal-gallery ✅ Ready (Inspect) Visit Preview Sep 27, 2023 10:03am
web3modal-laboratory ✅ Ready (Inspect) Visit Preview Sep 27, 2023 10:03am
web3modal-react-wagmi-ex ✅ Ready (Inspect) Visit Preview Sep 27, 2023 10:03am
web3modal-vue-wagmi-ex ✅ Ready (Inspect) Visit Preview Sep 27, 2023 10:03am

@xzilja xzilja requested a review from svenvoskamp September 27, 2023 09:58
glitch-txs
glitch-txs previously approved these changes Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants