web3modal
web3modal copied to clipboard
[bug] The `chainImages` configuration is not working.
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",
},
...
})
Expected icon:
List of related npm package versions
"@reown/appkit": "^1.1.0",
"@reown/appkit-adapter-wagmi": "^1.1.0",
https://linear.app/reown/issue/APKT-1292/check-functionality-of-chainimages-feature
same issue. Is there a plan for a fix?
Fixed in v1.1.8
Thanks for the patience