Content
@
0 reply
0 recast
0 reaction
David Furlong
@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
8 replies
2 recasts
6 reactions
Jacob Homanics
@jacobhomanics.eth
Check how I’m doing it here: https://github.com/Hotmanics/scaffold-nft/blob/main/packages/nextjs/app/page.tsx
0 reply
0 recast
0 reaction