feat: add GOOGL, INTC, AAPL, MSFT, LLY, and PTY tokens - #53
Siddharth2207 wants to merge 1 commit into
Conversation
Sync oracle token registry with ST0x Base Token List v1.4.0 from st0x.registry PR #46 so the six 2026-07-27 Base deployments can quote. Co-authored-by: Cursor <cursoragent@cursor.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 token registry configuration now references ST0x Base Token List v1.4.0 and includes six additional Base token address-to-symbol mappings. ChangesToken registry synchronization
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 |
|
Superseded: production deploy is still pre-GCP (Fly/Alpaca). Token additions need to land on config.toml with Alpaca tickers — see #54. |
## Summary - Add six wrapped Base tokens from [st0x.registry PR #46](ST0x-Technology/st0x.registry#46) to `config.toml` with Alpaca tickers: GOOGL, INTC, AAPL, MSFT, LLY, and PTY. - Update the sync comment to ST0x Base Token List v1.4.0 (2026-07-27). ## Notes - **Branched from `f6dbb4c`** (pre-GCP / Fly + Alpaca production) per deploy guidance — not from `main`. - Uses root `config.toml` and unwrapped Alpaca symbol names (e.g. `GOOGL`, not `wtGOOGL`), matching #44 and current production. - META and PLTR omitted (not launching). Supersedes #53 which targeted `main` / `config/st0x-oracle-server.toml`. ## Test plan - [ ] Deploy/restart pre-GCP oracle with updated `config.toml` - [ ] Verify `/context/v4` returns signed quotes for each new ticker/USDC pair during an active session - [ ] Confirm Alpaca positions exist for all six symbols on the broker account Made with [Cursor](https://cursor.com)
Summary
Notes
main.rsas the quote token.Test plan
config/st0x-oracle-server.tomlloads without duplicate addresses or symbols/context/v4for one new pair (e.g. wtAAPL/USDC) during an active sessionMade with Cursor
Summary by CodeRabbit
New Features
Documentation