Dawson Botsford

Results 208 comments of Dawson Botsford

Can you share more info about "wallet on unstoppable" looks like when you try to connect your wallet on Drain? A screenshot or a gif can help a lot @Pmpgn...

Feel free to reopen this if you can add more information @Pmpgn

We're getting `npm install` failures thanks to `ox`. Is there a way to remove this dep entirely? I don't see why we need a terminal package like this for a...

@itos-brian a solution that worked for us is to change the version in our package.json via the `"overrides"` property. Here is the exact code: ```json ...rest of package.json "overrides": {...

Inside your `.env` file you have a variable called "`NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID`" set there @damian2601 ?

@damian2601 feel free to reopen this if you can add more information

I'm not sure I understand this change @maverick1872 - would this fix a bug for some systems? If so, I'm open to a PR if it's easy for you

This count potentially be included easily by moving TS types to https://abitype.dev/ instead of the current built-in

https://github.com/dawsbot/essential-eth/issues/226#issuecomment-1942073379

@KeKs0r I'm open to being inspired by `ethers`, but the current encode/decode is hand-written to be tiny. If you can recreate ethers' encode/decode but tiny, then that might as well...