@glowlabs-org/utils 0.2.82 → 0.2.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  export declare const PAYMENT_CURRENCIES: readonly ["GCTL", "USDC", "USDG", "GLW", "SGCTL"];
2
- export declare const OFF_CHAIN_PAYMENT_CURRENCIES: readonly ["SGCTL", "GCTl"];
2
+ export declare const OFF_CHAIN_PAYMENT_CURRENCIES: readonly ["SGCTL", "GCTL"];
3
3
  export type PaymentCurrency = (typeof PAYMENT_CURRENCIES)[number];
4
4
  export type OffChainPaymentCurrency = (typeof OFF_CHAIN_PAYMENT_CURRENCIES)[number];
5
5
  export interface MintedEvent {
@@ -12,7 +12,7 @@ const PAYMENT_CURRENCIES = [
12
12
  "GLW",
13
13
  "SGCTL",
14
14
  ];
15
- const OFF_CHAIN_PAYMENT_CURRENCIES = ["SGCTL", "GCTl"];
15
+ const OFF_CHAIN_PAYMENT_CURRENCIES = ["SGCTL", "GCTL"];
16
16
 
17
17
  /** A special constant with type `never` */
18
18
  const NEVER = Object.freeze({