Skip to content

Commit

Permalink
chore: update Tessellated validator version (#5059)
Browse files Browse the repository at this point in the history
### Description

chore: update Tessellated validator version

### 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
-->

Signed-off-by: pbio <[email protected]>
  • Loading branch information
paulbalaji authored Dec 20, 2024
1 parent 143b46e commit 5467c65
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions typescript/infra/scripts/check/check-validator-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ const acceptableValidatorVersions: Record<string, string> = {
'a64af8be9a76120d0cfc727bb70660fa07e70cce': '1.0.0-beta',
// 1.0.0
'ffbe1dd82e2452dbc111b6fb469a34fb870da8f1': '1.0.0',
// Tessellated's Build from November 2024
// https://github.com/Tessellated-io/hyperlane-monorepo/commit/9b855686d3e2b3d6b81238ce51a576ff5e0f770f
'9b855686d3e2b3d6b81238ce51a576ff5e0f770f': 'Tesselated - November 2024',
// Tesselated's Build from December 2024
// https://github.com/Tessellated-io/hyperlane-monorepo/commit/2bd17da1b30725a6d741197914f5c4b2ae25b566
'2bd17da1b30725a6d741197914f5c4b2ae25b566': 'Tesselated - December 2024',
// Tessellated's Build from December 2024
// https://github.com/Tessellated-io/hyperlane-monorepo/commit/c0719c7f5387c4801a9dec8edc1227fb33b44ea7
'c0719c7f5387c4801a9dec8edc1227fb33b44ea7': 'Tessellated - December 2024',
};

type ValidatorInfo = {
Expand Down

0 comments on commit 5467c65

Please sign in to comment.