Skip to content

feat: turn tron flag on#11349

Merged
NeOMakinG merged 4 commits intodevelopfrom
feat_tron_flag
Dec 16, 2025
Merged

feat: turn tron flag on#11349
NeOMakinG merged 4 commits intodevelopfrom
feat_tron_flag

Conversation

@gomesalexandre
Copy link
Contributor

@gomesalexandre gomesalexandre commented Dec 10, 2025

Summary

Here goes nothing

Issue

N/A

Screenshots

Test plan

perform a quick tron sanity check, or merge and let this be ops tested

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated environment feature flags: Tron enabled for production and removed/disabled in development.
    • Added new feature placeholders for Monad and Plasma (disabled by default).
    • Added HyperEVM support placeholder (disabled by default) and a default HyperEVM node URL for runtime configuration.

✏️ Tip: You can customize this high-level summary in your review settings.

@gomesalexandre gomesalexandre requested a review from a team as a code owner December 10, 2025 11:37
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 10, 2025

📝 Walkthrough

Walkthrough

This PR updates environment feature flags: .env enables VITE_FEATURE_TRON, adds VITE_FEATURE_MONAD, VITE_FEATURE_PLASMA, VITE_HYPEREVM_NODE_URL, and VITE_FEATURE_HYPEREVM; .env.development removes the VITE_FEATURE_TRON override.

Changes

Cohort / File(s) Change Summary
Primary env changes
\.env
VITE_FEATURE_TRON set from falsetrue; added VITE_FEATURE_MONAD=false, VITE_FEATURE_PLASMA=false, VITE_HYPEREVM_NODE_URL=https://rpc.hyperliquid.xyz/evm, and VITE_FEATURE_HYPEREVM=false.
Development override
\.env.development
Removed VITE_FEATURE_TRON entry (previously true), so development now inherits VITE_FEATURE_TRON from .env.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Pay attention to integrations relying on VITE_FEATURE_TRON and the new HyperEVM node URL.
  • Confirm no sensitive values were accidentally added to .env.

Possibly related PRs

Suggested reviewers

  • 0xApotheosis

Poem

🐰
I hopped through files with nimble paws,
Flags flipped gently—no dramatic cause.
Tron lights the path, Monad sits shy,
A little node URL waves hello nearby. 🥕

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: turn tron flag on' accurately describes the main change: enabling the TRON feature flag in the .env file by changing VITE_FEATURE_TRON from false to true.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat_tron_flag

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 59ee76b and 42a4394.

📒 Files selected for processing (2)
  • .env (1 hunks)
  • .env.development (0 hunks)
💤 Files with no reviewable changes (1)
  • .env.development
🚧 Files skipped from review as they are similar to previous changes (1)
  • .env
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Install and Cache

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 and usage tips.

Base automatically changed from fix/tron-sun-swapper-false-failure to develop December 10, 2025 14:29
@NeOMakinG NeOMakinG enabled auto-merge (squash) December 10, 2025 14:30
Copy link
Member

@0xApotheosis 0xApotheosis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NeOMakinG NeOMakinG merged commit 6d35680 into develop Dec 16, 2025
4 checks passed
@NeOMakinG NeOMakinG deleted the feat_tron_flag branch December 16, 2025 13:06
@coderabbitai coderabbitai bot mentioned this pull request Dec 30, 2025
1 task
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.

3 participants