Results 77 comments of tmm

Closing this because I switched to [`YankRing`](https://github.com/vim-scripts/YankRing.vim)

As a workaround, you can use `middleware.ts` to handle redirects.

@Quix44 this was fixed in [`[email protected]`](https://github.com/wagmi-dev/wagmi/releases/tag/wagmi%400.7.4).

@paOol I'm not able to reproduce on web or iOS. What version of Android and MM Android app are you using?

@youthinn this issue is from a while ago. Please open a new issue with a minimal reproducible example.

@gvergnaud let me know if you want to head in this direction and I can resolve the conflicts. If not, feel free to close this PR so it doesn’t grow...

This would be really helpful! Happy to spec out more.

Created a minimal reproducible example cc @alcuadrado @fvictorio https://github.com/tmm/hardhat-fork-with-ens

Awesome! --- In the meantime, a temporary, hacky workaround is to hardcode provider's network `ensAddress`: ```ts const provider = ethers.provider await provider.getNetwork() // Mainnet, but you could set to whatever...