You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw same issues about panic errors when calculating big numbers which cannot be handled by int64.
Since chains like Sifchain, Evmos are using denom exponent of 10^18, exporter have to process them based on bigInt.
Created a new PR to fix this bug so would you please check this out?
PR: #23
The text was updated successfully, but these errors were encountered:
I saw same issues about panic errors when calculating big numbers which cannot be handled by int64.
Since chains like Sifchain, Evmos are using denom exponent of 10^18, exporter have to process them based on bigInt.
Created a new PR to fix this bug so would you please check this out?
PR: #23
The text was updated successfully, but these errors were encountered: