-
-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: export chain-specific types; optimism transaction receipt #886
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: bf9f39d The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: +1.48 kB (0%) Total Size: 316 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #886 +/- ##
==========================================
+ Coverage 99.79% 99.81% +0.02%
==========================================
Files 262 265 +3
Lines 25745 25807 +62
Branches 2071 2078 +7
==========================================
+ Hits 25692 25760 +68
+ Misses 50 44 -6
Partials 3 3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Longer term, think we should pull these out of viem and have them live with the chains (in @wagmi/chains
) or elsewhere so that viem isn't as exposed to breaking changes.
…#886) * feat: optimism transaction receipt formatter * refactor: restructure * chore: tests
This PR aims to:
CeloBlock
,CeloTransaction
,CeloTransactionRequest
,CeloTransactionReceipt
, etc) as folks may want to use a chain-specific type directly.PR-Codex overview
Focus of this PR:
This PR focuses on adding entrypoints for the Celo and Optimism chains and adding a formatter for Optimism transaction receipts.
Detailed summary:
viem/chains/celo
) & Optimism (viem/chains/optimism
) chains.l1GasPrice
,l1GasUsed
, etc).