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 = {