diff --git a/pkg/scanner/decimal_fix.go b/pkg/scanner/decimal_fix.go index 231ca79..7aa03fb 100644 --- a/pkg/scanner/decimal_fix.go +++ b/pkg/scanner/decimal_fix.go @@ -1,8 +1,9 @@ package scanner import ( - "github.com/ethereum/go-ethereum/common" "math/big" + + "github.com/ethereum/go-ethereum/common" ) // TokenDecimalMap provides decimal information for common tokens