From f9f0ece7c47ed80aebc8b035db8a61b85fd3bc0d Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 23 Oct 2024 19:08:36 +0100 Subject: [PATCH] feat: add zkSync enum variant to HyperlaneDomainTechnicalStack (#4740) ### Description To match the new TS schema ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- rust/main/hyperlane-core/src/chain.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/main/hyperlane-core/src/chain.rs b/rust/main/hyperlane-core/src/chain.rs index a4cfaac77c..134881bf71 100644 --- a/rust/main/hyperlane-core/src/chain.rs +++ b/rust/main/hyperlane-core/src/chain.rs @@ -299,6 +299,7 @@ pub enum HyperlaneDomainTechnicalStack { OpStack, PolygonCDK, PolkadotSubstrate, + ZkSync, #[default] Other, } @@ -382,6 +383,7 @@ impl KnownHyperlaneDomain { HyperlaneDomainTechnicalStack::PolkadotSubstrate: [ Moonbeam, Tangle ], + HyperlaneDomainTechnicalStack::ZkSync: [], HyperlaneDomainTechnicalStack::Other: [ Avalanche, BinanceSmartChain, Celo, EclipseMainnet, Endurance, Ethereum, FuseMainnet, Gnosis, Injective, Linea, Lukso, Neutron, Osmosis, Polygon,