Closed ltyu closed 4 days ago
Latest commit: d132521953d33f1172f284602fa02b5b869055e1
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.60%. Comparing base (
79e9d02
) to head (d132521
). Report is 2 commits behind head on main.
🚨 Try these New Features:
Description
Remove
ismFactoryAddresses
, which was added to the WarpConfig to be used inWarpModule
, and passed intoIsmModule
.This is tech debt that was added before passing in
addresses
via the constructor as done here: https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/111e24153250cf702ba8d31970daa855cf7954ec/typescript/sdk/src/ism/EvmIsmModule.ts#L65Backward compatibility
Yes
Testing
Unit Tests