greg pfp
greg
@gregfromstl
Surprised no one has mentioned ABIs
2 replies
0 recast
1 reaction

Vladyslav Dalechyn pfp
Vladyslav Dalechyn
@dalechyn.eth
i get around them either by having `wagmi.config.ts` inside the contracts project or by exporting abi files from the compile output in a package that gets used afterwards. also using github npm registry helps to keep it private. the script to generate the package export is pretty simple btw.
2 replies
0 recast
1 reaction

Kyle pfp
Kyle
@banta
ABIs don't bother me all that much, I usually just create minimal ones of just the function definition I need
1 reply
0 recast
0 reaction