@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.
- package/bundle/566.index.js +8 -0
- package/bundle/index.js +3904 -2220
- package/package.json +18 -17
package/bundle/566.index.js
CHANGED
|
@@ -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,
|