@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.mjs CHANGED
@@ -3256,7 +3256,7 @@ var getVeSca = async (query, veScaKeyId, ownerAddress) => {
3256
3256
  lockedScaAmount,
3257
3257
  lockedScaCoin,
3258
3258
  currentVeScaBalance,
3259
- unlockAt: BigNumber4(dynamicFields.unlock_at).toNumber()
3259
+ unlockAt: BigNumber4(dynamicFields.unlock_at * 1e3).toNumber()
3260
3260
  };
3261
3261
  }
3262
3262
  return vesca;