web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

[bug] The `chainImages` configuration is not working.

Open baijunjie opened this issue 1 year ago • 1 comments

Link to minimal reproducible example

https://github.com/baijunjie/reown-appkit-issue-demo

Summary

https://docs.reown.com/appkit/vue/core/options#chainimages

createAppKit({
  ...
  chainImages: {
    "31337": "http://localhost:3000/img/chainIcons/hardhat.svg",
    "42161": "http://localhost:3000/img/chainIcons/arbitrum.svg",
  },
  ...
})
image

Expected icon: image

List of related npm package versions

"@reown/appkit": "^1.1.0",
"@reown/appkit-adapter-wagmi": "^1.1.0",

baijunjie avatar Oct 10 '24 09:10 baijunjie

https://linear.app/reown/issue/APKT-1292/check-functionality-of-chainimages-feature

rtomas avatar Oct 11 '24 12:10 rtomas

same issue. Is there a plan for a fix?

pvpbet avatar Oct 24 '24 15:10 pvpbet

Fixed in v1.1.8

Thanks for the patience

rtomas avatar Oct 25 '24 22:10 rtomas