viem icon indicating copy to clipboard operation
viem copied to clipboard

TypeScript Interface for Ethereum

Results 9 viem issues
Sort by recently updated
recently updated
newest added

## PR-Codex overview This PR adds support for the Nautilus Mainnet chain in the project. ### Detailed summary - Added Nautilus chain definition in `src/chains/definitions/nautilus.ts` - Nautilus Mainnet chain with...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package Version 2.7.3 ### Current Behavior If using waitForTransactionReceipt the function will hang...

Overview This PR focuses on adding Public L2 actions functions for zkSync. Detailed Summary: Constructed `zksRpcScheme` for `zks` namespace. Added new Actions which interact with `zksRpcScheme` methods. Added unit tests...

## PR-Codex overview This PR introduces new functions `getL2Output` and `getWithdrawals` to handle withdrawal operations in the `proveWithdrawal` action. ### Detailed summary - Added imports for `getL2Output` and `getWithdrawals` -...

## PR-Codex overview This PR introduces enhancements to the `zksync` project, including new error handling, utility functions, and public actions for Layer 1. ### Detailed summary - Added `TokenIsETHError` for...

This PR removes deprecated CIP-42 transaction type support for Celo in favour of CIP-64. It still keeps functionality to parse and format existing CIP-42 transactions that can be retrieved directly...

This PR adds `stateOverride` to `estimateGas` action as discussed here https://github.com/wevm/viem/discussions/2234 --- ## PR-Codex overview The focus of this PR is to implement the `stateOverride` feature on the `estimateGas` action...

the `address` field in the returned logs wasn't checksummed, this takes care of it and updates the tests.

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...