-
Notifications
You must be signed in to change notification settings - Fork 359
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
feat: eclipse warp batch #2 #4799
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4799 +/- ##
=======================================
Coverage 74.01% 74.01%
=======================================
Files 101 101
Lines 1466 1466
Branches 191 191
=======================================
Hits 1085 1085
Misses 360 360
Partials 21 21
|
typescript/infra/scripts/generate-eclipse-wbtc-warp-route-config.ts
Outdated
Show resolved
Hide resolved
...pt/infra/config/environments/mainnet3/warp/configGetters/getEclipseEthereumUSDTWarpConfig.ts
Outdated
Show resolved
Hide resolved
...pt/infra/config/environments/mainnet3/warp/configGetters/getEclipseEthereumWBTCWarpConfig.ts
Outdated
Show resolved
Hide resolved
### Description Uncomments generator code to actually instantiate a `routerConfig`, as recommended in #4799 (comment) ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests --> --------- Co-authored-by: Trevor Porter <tkporter4@gmail.com>
Description