-
Notifications
You must be signed in to change notification settings - Fork 369
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
Fix Kathy sending from PolygonZkEvm & require MultiProtocolProvider chains to match addresses in MultiProtocolApp #3001
Conversation
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3001 +/- ##
==========================================
- Coverage 67.51% 0.00% -67.52%
==========================================
Files 101 1 -100
Lines 1022 16 -1006
Branches 106 0 -106
==========================================
- Hits 690 0 -690
+ Misses 292 16 -276
+ Partials 40 0 -40
|
### Description Deploy Kathy with #3001 ### Drive-by changes Small fix to deploy kathy successfully - because the relayer chains doesn't include neutron and kathy will try to create a multiprovider for all chains the env, we need to use the environment chain names as the helm `hyperlane.chains` value ### 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 -->
Description
Fixes 2 issues:
from
address due to this bug with PolygonZkEvm when using a non-zero value eth_estimateGas and eth_call error if a non-zero value is specified without a fundedfrom
address 0xPolygonHermez/zkevm-node#2869MultiProtocolApp
to intersect the multiProvider to only work with the chains specified inaddresses
Drive-by changes
n/a
Related issues
n/a
Backward compatibility
ye
Testing
Ran kathy locally successfully & sent from polygonzkevm