-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't derive testnet domains in IGP config derivation on mainnet (…
…#5410) ### Description Right now, because IGP's domains are not an enumerable set, we have to query all known domains on it. That is becoming very expensive. This change at least avoids querying for testnet domains when looking at a mainnet IGP and vice versa.
- Loading branch information
Showing
2 changed files
with
41 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@hyperlane-xyz/sdk": minor | ||
--- | ||
|
||
Don't derive testnet domains in IGP config derivation on mainnet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters