@visualizevalue/mint-app-base 0.0.5 → 0.0.6
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.
|
@@ -332,7 +332,7 @@ export const useOnchainStore = () => {
|
|
|
332
332
|
const maxRangeBlock = toBlock - 5000n
|
|
333
333
|
const mintedAtBlock = token.untilBlock - 7200n
|
|
334
334
|
const fromBlock = token.mintsFetchedUntilBlock > maxRangeBlock
|
|
335
|
-
? token.mintsFetchedUntilBlock
|
|
335
|
+
? token.mintsFetchedUntilBlock + 1n
|
|
336
336
|
: maxRangeBlock > mintedAtBlock
|
|
337
337
|
? maxRangeBlock
|
|
338
338
|
: mintedAtBlock
|