Skip to content

Commit 2a906b6

Browse files
authored
[wormhole-attester/sdk/js] Fix Status Enum case (#598)
1 parent 40e42a5 commit 2a906b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wormhole_attester/sdk/js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export enum PriceAttestationStatus {
1515
Trading = 1,
1616
Halted = 2,
1717
Auction = 3,
18-
IGNORED = 4,
18+
Ignored = 4,
1919
}
2020

2121
export type PriceAttestation = {

0 commit comments

Comments
 (0)