-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Description
I am building a project on hyperEVM and am using reown to do the wallet connections. I was trying to add hyperEVM network to reown, but I had to do it as a custom network because it is not supported yet. This led me to look into how networks are being added to reown, and I saw they just re-export things from viem, which in turn imports and re-exports networks from this project.
One of the pre-requisites of adding a chain to viem is to have it added to this repository so this is why I'm here. I found an open PR for this already (#7204), but it's been gathering dust for a while now.
I am trying to look into what the best approach would be to resolve this issue with HyperEVM. I can open a new PR if necessary, or I can try the original contributor to update that one if there is something to update. Would appreciate some feedback from the contributors on what is missing here so that we can get this merged in and supported as HyperEVM is growing in popularity and it's a shame that it has to be used as a custom network