-
Notifications
You must be signed in to change notification settings - Fork 431
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(infra): added the getEthereumFormUSDTWarpConfig func #5056
feat(infra): added the getEthereumFormUSDTWarpConfig func #5056
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5056 +/- ##
=======================================
Coverage 77.53% 77.53%
=======================================
Files 103 103
Lines 2110 2110
Branches 190 190
=======================================
Hits 1636 1636
Misses 453 453
Partials 21 21
|
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.
can I please request that every warp config/monitor PR to the monorepo is linked to a corresponding registry PR with the new config please, since we know that each new route here requires an updated .registryrc
it will make it easy to review two birds in one stone, a la new chain deploy PRs which reference both registry+monorepo PRs together
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.
Tests not all passing
typescript/infra/config/environments/mainnet3/warp/configGetters/formConfigGetters.ts
Outdated
Show resolved
Hide resolved
typescript/infra/config/environments/mainnet3/warp/configGetters/formConfigGetters.ts
Outdated
Show resolved
Hide resolved
typescript/infra/config/environments/mainnet3/warp/configGetters/formConfigGetters.ts
Outdated
Show resolved
Hide resolved
…to xeno/ethereum-form-usdt-warp-route-config-getter
### Description Adds the ethereum-form usdt warp route deployed using the config at hyperlane-xyz/hyperlane-monorepo#5056 ### Backward compatibility - YES ### Testing Manual --------- Co-authored-by: nambrot <[email protected]>
…to xeno/ethereum-form-usdt-warp-route-config-getter
Description
Adds the warp route config getter for the USDT route on Form network
associated registry PR hyperlane-xyz/hyperlane-registry#449
Drive-by changes
Backward compatibility
-YES
Testing