solana-mobile / Minty-fresh

An open source mobile first implementation of NFT minting on solana
https://solanamobile.com/
Apache License 2.0
45 stars 18 forks source link

Numeric value overflow on My Mints page #393

Open steveluscher opened 3 weeks ago

steveluscher commented 3 weeks ago
  1. Have no mints
  2. Visit ‘My Mints’ page

Observe error:


Unexpected JSON token at offset 208: Numeric value overflow at path: $.result[0].account.rentEpoch.

This makes sense since `rentEpoch` was changed to be `18446744073709551615` in a recent validator update.