@df
is there an easy way to import all chains in wagmi - was running into all sorts of type issues even with type casts when I tried
import * as allChains from 'viem/chains'
// ...
chains: Object.values(allChains)
the use case is letting people use whatever chain they'd like in the frames.js debugger