jxom
jxom
### Description Seems that when importing JSX files in `vite.config.{js.ts}`, the injection of file scope variables do not work. This PR fixes that. #### Example ```tsx // foo.tsx console.log(import.meta.url) //...
If a contract interaction is expected to revert, no information (ie. revert message) is shown to the user. I would expect the "Send" button to be disabled, with an error...
When a contract interaction is expected to revert, I would expect the primary action to be disabled and a proper error message (from revert data) to be displayed (for this...
Supersedes #2409. --- ## PR-Codex overview The focus of this PR is to add the `toSmartAccount` function to create ZKsync Smart Accounts and update related documentation and tests. ### Detailed...
### Component Utils, API ### Describe the feature you would like Viem is the most popular modern TypeScript library for Ethereum ([source](https://viem.download)). A lot of folks who are using Viem,...
EIP-7702 enables EOAs to set code in their account, but signatures are often generated before onchain delegation occurs. Current verification methods cannot validate these pre-delegation signatures against the intended delegate...
### Ethers Version 6 ### Describe the Problem The default deduping timeout of `250ms` could be dangerous as it could lead to mempool state sync issues, that can consequently lead...
Modifies Prool docs to reference the upstreamed Tempo instance.