-
Notifications
You must be signed in to change notification settings - Fork 97
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
refactor: clean unused networkConfig #6342
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6342 +/- ##
==========================================
- Coverage 88.95% 88.94% -0.02%
==========================================
Files 737 737
Lines 31445 31423 -22
Branches 5833 5823 -10
==========================================
- Hits 27973 27950 -23
- Misses 3274 3275 +1
Partials 198 198
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
export enum CiCoCurrency { | ||
CELO = 'CELO', | ||
cUSD = 'cUSD', | ||
cEUR = 'cEUR', | ||
cREAL = 'cREAL', | ||
ETH = 'ETH', |
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.
to make knip happy. This wasn't used anywhere. We should ultimately get rid of this, but there are some legacy fiat exchanges dependencies on this
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.
just removed RECAPTCHA_SITE_KEY here
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.
🧹🥳
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.
Awesome! 🚀
Description
Removed unused config, replaced config that could be easily inferred from another config.
Test plan
CI
Related issues
N/A
Backwards compatibility
N/A
Network scalability
N/A