You should Try BigInt, BigInt provide better percion than numbers in javascript
console.log(Number('712577413488402631964821329'))
console.log(BigInt('712577413488402631964821329712577413488402631964821329'))
run this code and check it by yourshelf