Skip to content

feat: add GOOGL, INTC, AAPL, MSFT, LLY, and PTY tokens - #53

Closed
Siddharth2207 wants to merge 1 commit into
mainfrom
feat/add-megacap-tokens
Closed

Siddharth2207 wants to merge 1 commit into
mainfrom
feat/add-megacap-tokens

Conversation

@Siddharth2207

@Siddharth2207 Siddharth2207 commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add six wrapped Base tokens from st0x.registry PR #46: wtGOOGL, wtINTC, wtAAPL, wtMSFT, wtLLY, and wtPTY.
  • Update the sync comment to ST0x Base Token List v1.4.0 (2026-07-27).

Notes

  • META and PLTR were deployed in the same batch but are not being launched; omitted to match the registry list.
  • USDC remains hardcoded in main.rs as the quote token.

Test plan

  • Confirm config/st0x-oracle-server.toml loads without duplicate addresses or symbols
  • After merge/deploy, spot-check /context/v4 for one new pair (e.g. wtAAPL/USDC) during an active session
  • Verify pricing service has matching symbols for all six wt tokens

Made with Cursor

Summary by CodeRabbit

  • New Features

    • Added support for six new wrapped stock tokens: GOOGL, INTC, AAPL, MSFT, LLY, and PTY.
  • Documentation

    • Updated the token list reference to ST0x Base Token List v1.4.0.

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>
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8b42e045-e961-4f84-b4b5-e23b6b15c155

📥 Commits

Reviewing files that changed from the base of the PR and between a862f62 and b6fe4a7.

📒 Files selected for processing (1)
  • config/st0x-oracle-server.toml

📝 Walkthrough

Walkthrough

The token registry configuration now references ST0x Base Token List v1.4.0 and includes six additional Base token address-to-symbol mappings.

Changes

Token registry synchronization

Layer / File(s) Summary
Update token-list metadata and mappings
config/st0x-oracle-server.toml
Updates the synchronization comment to v1.4.0 and adds wtGOOGL, wtINTC, wtAAPL, wtMSFT, wtLLY, and wtPTY token mappings.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: hardyjosh

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding the six new token mappings to the oracle token registry.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-megacap-tokens

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Siddharth2207

Copy link
Copy Markdown
Collaborator Author

Superseded: production deploy is still pre-GCP (Fly/Alpaca). Token additions need to land on config.toml with Alpaca tickers — see #54.

hardyjosh pushed a commit that referenced this pull request Jul 27, 2026
## 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant