diff --git a/.changeset/new-melons-tell.md b/.changeset/new-melons-tell.md new file mode 100644 index 000000000..dcdfc83e1 --- /dev/null +++ b/.changeset/new-melons-tell.md @@ -0,0 +1,6 @@ +--- +'@hyperlane-xyz/sdk': minor +--- + +Fixed an issue where warp route verification would fail at deploy time due to a mismatch between the SDK's intermediary contract representation and actual contract name. +Enabled the ContractVerifier to pick up explorer API keys from the configured chain metadata. This allows users to provide their own explorer API keys in custom `chains.yaml` files.