We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e42a5 commit 2a906b6Copy full SHA for 2a906b6
wormhole_attester/sdk/js/src/index.ts
@@ -15,7 +15,7 @@ export enum PriceAttestationStatus {
15
Trading = 1,
16
Halted = 2,
17
Auction = 3,
18
- IGNORED = 4,
+ Ignored = 4,
19
}
20
21
export type PriceAttestation = {
0 commit comments