dymension-rdk icon indicating copy to clipboard operation
dymension-rdk copied to clipboard

refactor Amount.IsInt64() logging with BaseDenom reduction

Open mtsitrin opened this issue 1 year ago • 0 comments

When using 10^18 decimal for the base token,

Most of the logging requires Int64() conversion which skipped as the amount is too big.

Instead of skipping those logs and metrics, we should reduce the amount to the Wrapped denom

mtsitrin avatar Jul 02 '23 16:07 mtsitrin