@glowlabs-org/utils 0.2.81 → 0.2.82

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.
@@ -14,6 +14,7 @@ const PAYMENT_CURRENCIES = [
14
14
  "GLW",
15
15
  "SGCTL",
16
16
  ];
17
+ const OFF_CHAIN_PAYMENT_CURRENCIES = ["SGCTL", "GCTl"];
17
18
 
18
19
  /** A special constant with type `never` */
19
20
  const NEVER = Object.freeze({
@@ -12286,6 +12287,7 @@ exports.getAddresses = walletsRouter.getAddresses;
12286
12287
  exports.regionMetadata = walletsRouter.regionMetadata;
12287
12288
  exports.usStates = walletsRouter.usStates;
12288
12289
  exports.useForwarder = walletsRouter.useForwarder;
12290
+ exports.OFF_CHAIN_PAYMENT_CURRENCIES = OFF_CHAIN_PAYMENT_CURRENCIES;
12289
12291
  exports.PAYMENT_CURRENCIES = PAYMENT_CURRENCIES;
12290
12292
  exports.buildCommitKickstarterMessage = buildCommitKickstarterMessage;
12291
12293
  exports.buildRestakeMessage = buildRestakeMessage;