-
-
Notifications
You must be signed in to change notification settings - Fork 842
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
adds serializer for Celo CIP 42 transactions #755
Conversation
🦋 Changeset detectedLatest commit: 4648ec4 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 |
Someone is attempting to deploy a commit to the wagmi Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report
@@ Coverage Diff @@
## main #755 +/- ##
==========================================
- Coverage 99.78% 94.72% -5.06%
==========================================
Files 255 253 -2
Lines 24460 24491 +31
Branches 2171 1865 -306
==========================================
- Hits 24407 23199 -1208
- Misses 50 1281 +1231
- Partials 3 11 +8
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
… AND one of either feeCurrency or gateway fee fields
7fe24df
to
e589a13
Compare
followup from #691
A custom Serializer supporting Celo CIP-42 (fee currency) Transactions.
PR-Codex overview
Detailed summary
celoSerializers
insrc/chains/index.ts
.serializeTransaction
function insrc/chains/serializers/celo.ts
.src/chains/serializers/celo.ts
.src/chains/serializers/celo.test.ts
.