Skip to content

Commit

Permalink
feat: export metadata builder (#5117)
Browse files Browse the repository at this point in the history
### Description

<!--
What's included in this PR?
-->

Export `BaseMetadaBuilder` from sdk

### Drive-by changes

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

No

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

Yes

### Testing

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

None/Manual/Unit Tests
-->
  • Loading branch information
Xaroz authored Jan 7, 2025
1 parent c5d4bd6 commit 71aefa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-steaks-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': patch
---

export BaseMetadataBuilder
1 change: 1 addition & 0 deletions typescript/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export {
} from './hook/types.js';
export { DerivedIsmConfig, EvmIsmReader } from './ism/EvmIsmReader.js';
export { HyperlaneIsmFactory } from './ism/HyperlaneIsmFactory.js';
export { BaseMetadataBuilder } from './ism/metadata/builder.js';
export { decodeIsmMetadata } from './ism/metadata/decode.js';
export {
buildAggregationIsmConfigs,
Expand Down

0 comments on commit 71aefa0

Please sign in to comment.