@scallop-io/sui-scallop-sdk 0.46.0 → 0.46.1

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.
package/dist/index.js CHANGED
@@ -3329,7 +3329,7 @@ var getVeSca = async (query, veScaKeyId, ownerAddress) => {
3329
3329
  lockedScaAmount,
3330
3330
  lockedScaCoin,
3331
3331
  currentVeScaBalance,
3332
- unlockAt: (0, import_bignumber4.default)(dynamicFields.unlock_at).toNumber()
3332
+ unlockAt: (0, import_bignumber4.default)(dynamicFields.unlock_at * 1e3).toNumber()
3333
3333
  };
3334
3334
  }
3335
3335
  return vesca;