Content pfp
Content
@
https://warpcast.com/~/channel/ethos
0 reply
0 recast
0 reaction

markus - ethOS - e/acc-d pfp
markus - ethOS - e/acc-d
@markus
What I did today in ethOS: - Added ENS to a react frontend (wagmi plugin didn't work so ended writing logic myself with ethers.js) - Added animations to a react frontend to make more appealing - Other react frontend cleanup - Fixed Messenger bug that it randomly stops (made chainId lookup async) - Created new build for testing to be shipped soon to main - First sketchup of multi-account support on ethOS
2 replies
8 recasts
20 reactions

Greg pfp
Greg
@greg
wdym wagmi plugin didn’t work for ENS?
1 reply
0 recast
1 reaction

markus - ethOS - e/acc-d pfp
markus - ethOS - e/acc-d
@markus
The wagmi useEnsName export is just undefined, I think it had to do with me being on testnet. Figured it would be easier for myself to code it with ethers.js
1 reply
0 recast
0 reaction

Greg pfp
Greg
@greg
ah yea you need to set up a mainnet RPC in your project and specify chainId: 1 for the hook Is it safe to assume that you didn’t go to the ENS docs for this and just looked at wagmi docs or did it from memory?
1 reply
0 recast
1 reaction

markus - ethOS - e/acc-d pfp
markus - ethOS - e/acc-d
@markus
Just this ens doc: https://docs.ens.domains/web/reverse
1 reply
0 recast
0 reaction