From e30d1142116b4778e71102b1c958e447ab773afd Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Tue, 14 Feb 2023 13:37:23 +0100 Subject: [PATCH] [wormhole-attester/sdk/js] Fix Status Enum case --- wormhole_attester/sdk/js/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wormhole_attester/sdk/js/src/index.ts b/wormhole_attester/sdk/js/src/index.ts index 21c4f4e422..8a171a4871 100644 --- a/wormhole_attester/sdk/js/src/index.ts +++ b/wormhole_attester/sdk/js/src/index.ts @@ -15,7 +15,7 @@ export enum PriceAttestationStatus { Trading = 1, Halted = 2, Auction = 3, - IGNORED = 4, + Ignored = 4, } export type PriceAttestation = {