-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: Enable smart transactions only for ETH mainnet in production and for ETH mainnet and Sepolia in non-prod #10565
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
bfa863b
to
ad4db97
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10565 +/- ##
==========================================
- Coverage 50.61% 50.60% -0.01%
==========================================
Files 1516 1518 +2
Lines 36188 36225 +37
Branches 4182 4200 +18
==========================================
+ Hits 18317 18333 +16
- Misses 16680 16686 +6
- Partials 1191 1206 +15 ☔ View full report in Codecov by Sentry. |
ad4db97
to
83accad
Compare
… Sepolia in non-prod Resolve linting
83accad
to
e95c89d
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/semver@7.6.2 |
Bitrise✅✅✅ Commit hash: 929357b Note
|
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! This will definitely help with testing and development.
Description
Enables STX only for ETH mainnet in production and for ETH mainnet and Sepolia in non-production environments for testing purposes.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist