Open bhargav55 opened 3 years ago
USDC in BSC has 18 decimals, so need support for values in the range 1e18 for meta transactions.
Getting the below error when trying to use big numbers, However it is working well with normal txns without Biconomy
Uncaught (in promise) Error: invalid hexlify value (operation="checkSafeInteger", fault="out-of-safe-range", value=1000000000000000000, code=NUMERIC_FAULT, version=bytes/5.0.10)
Steps to reproduce it,
USDC in BSC has 18 decimals, so need support for values in the range 1e18 for meta transactions.
Getting the below error when trying to use big numbers, However it is working well with normal txns without Biconomy
Uncaught (in promise) Error: invalid hexlify value (operation="checkSafeInteger", fault="out-of-safe-range", value=1000000000000000000, code=NUMERIC_FAULT, version=bytes/5.0.10)