Kevin Ingersoll
Kevin Ingersoll
sometimes it asks before it's loaded the current user state (e.g. already delegated) and sometimes before wallet is funded (signed tx fails due to not enough funds)
vite would be simpler (e.g. create TS file when importing `.abi.json`, map TS imports to it via paths) but not necessarily used everywhere (on server like indexers) a TS plugin...
we currently have no granularity between "retrieving session client prerequisites" and "user is pending onboarding" ```ts const sessionClient = useSessionClient(); sessionClient.status; // only "pending" for these two states ``` we...
importing anything in entrykit seems to cause walletconnect to mount to the page and add stuff to the `` tag I wonder if we can solve this by 1) not...
just a branch of changes while I work on a personal project
Currently the chain ID is only visible after a completed deploy when we write to the deploys file. I have been switching between chains while testing deployment and think it'd...
It's easy enough to turn a `writeContract` and `sendTransaction` call into `sendUserOperation` call, it's clearer/more explicit, and you get native batching. And both of these actions require waiting for the...
`waitForTransaction` currently expects a transaction hash, which means if you have a user op hash, you have to wait for the receipt to pass that into `waitForTransaction`, which kinda defeats...