@hyperlane-xyz/cli 27.1.0 → 28.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84613,6 +84613,14 @@ class SvmProtocolProvider {
84613
84613
  const rpc = createRpc(this.getRpcUrls(chainMetadata)[0]);
84614
84614
  return new SvmWarpArtifactManager(rpc);
84615
84615
  }
84616
+ createMailboxArtifactManager(_chainMetadata) {
84617
+ // @TODO Implement in a follow up PR
84618
+ throw Error('Not implemented');
84619
+ }
84620
+ createValidatorAnnounceArtifactManager(_chainMetadata) {
84621
+ // @TODO Implement in a follow up PR
84622
+ throw Error('Not implemented');
84623
+ }
84616
84624
  getMinGas() {
84617
84625
  return {
84618
84626
  CORE_DEPLOY_GAS: 0n,