Skip to content

Commit

Permalink
fix(protocol-parser): export valueSchemaToFieldLayoutHex (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 14, 2023
1 parent 9ff4dd9 commit f8a01a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-buses-look.md
@@ -0,0 +1,5 @@
---
"@latticexyz/protocol-parser": patch
---

Export `valueSchemaToFieldLayoutHex` helper
1 change: 1 addition & 0 deletions packages/protocol-parser/src/index.ts
Expand Up @@ -22,4 +22,5 @@ export * from "./readHex";
export * from "./schemaIndexToAbiType";
export * from "./schemaToHex";
export * from "./staticDataLength";
export * from "./valueSchemaToFieldLayoutHex";
export * from "./valueSchemaToHex";

0 comments on commit f8a01a0

Please sign in to comment.