-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Could be nice to migrate to Ox (or Viem’s utils) from Ethers here:
| import { Transaction as EthersTransaction, getAddress } from "ethers"; |
Compared to Ethers, Ox (or Viem) is more popular (by downloads), actively maintained, and its RLP (transaction) encoding is ~1000x faster.
Should be a trivial migration:
- use TxEnvelope.serialize instead of
Transaction#serialize - use Address.from instead of
getAddress
Metadata
Metadata
Assignees
Labels
No labels