Skip to content

Commit

Permalink
fix: OffChainStatus type
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Apr 9, 2024
1 parent 3cebc32 commit acf8644
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thin-readers-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bnb-chain/greenfield-js-sdk': patch
---

fix: OffchainStatus type number -> string
2 changes: 1 addition & 1 deletion packages/js-sdk/src/types/sp/Common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export type BucketMeta = {
For an explanation of the different OffChainStatus values, please visit:https://github.com/bnb-chain/greenfield-storage-provider/blob/9d7048ad33cf51a2f7eb347e2113c5d0cc45f970/modular/blocksyncer/modules/bucket/bucket_handle.go#L40
*/
OffChainStatus: number;
OffChainStatus: string;
};

export type GlobalVirtualGroupFamily = {
Expand Down

0 comments on commit acf8644

Please sign in to comment.