Add RKLB Base token (wtRKLB) - #45
Closed
kaisbaccour wants to merge 1 commit into
Closed
Conversation
wtRKLB 0xF4f8c660…c565 — the inventory-manager pilot pair on the
production Cloud Run bebop maker (st0x.bebop config/t0-bebop.toml).
Without this entry the maker cannot resolve decimals: it skips the pair
('base token absent from registry', verified live 2026-07-24).
unwrappedAddress/receiptAddress read on-chain (asset() on the wrapper,
receipt() on the unwrapped vault — getters calibrated against wtSGOV's
known values). decimals/name from the contract. Logo URL returns 200.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Base token list metadata was updated to version 1.4.0, and Wrapped Rocket Lab USA Inc ST0x was added for chain 8453 in both the ChangesBase token registration
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds wtRKLB (
0xF4f8c66085910d583c01f3b4e44Bf731D4e2c565, Base) totoken-lists/base.json— the inventory-manager pilot pair (RAI-1410/RAI-1415) on the production Cloud Run bebop maker. Without the entry the maker can't resolve decimals and skips the pair (level publisher: base token absent from registry, live prod logs 2026-07-24).Every value verified, none invented:
decimals: 18,name: "Wrapped Rocket Lab USA Inc ST0x"— read from the contractunwrappedAddress: 0xf6744Fd9…766B—asset()on the wrapper; getter calibrated against wtSGOV, where it reproduces the registry's known valuereceiptAddress: 0x34Bf3d8D…A1dd—receipt()on the unwrapped vault; same calibrationlogoURIreturns HTTP 200US7731221062, Rocket Lab USA) andNASDAQ:RKLB— the two fields I could not verify mechanically; Bebop's maker-status fee tests price via these listings.🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Chores