Skip to content

Commit

Permalink
feat: add zkSync enum variant to HyperlaneDomainTechnicalStack (#4740)
Browse files Browse the repository at this point in the history
### Description

To match the new TS schema

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored Oct 23, 2024
1 parent 7f3e066 commit f9f0ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/main/hyperlane-core/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ pub enum HyperlaneDomainTechnicalStack {
OpStack,
PolygonCDK,
PolkadotSubstrate,
ZkSync,
#[default]
Other,
}
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit f9f0ece

Please sign in to comment.