diff --git a/internal/ethapi/api_multicall.go b/internal/ethapi/api_multicall.go index 31f8e6b156..ca30f1dd5d 100644 --- a/internal/ethapi/api_multicall.go +++ b/internal/ethapi/api_multicall.go @@ -147,7 +147,7 @@ func handleNative(ctx context.Context, state *state.StateDB, msg types.Message) case "decimals": return method.Outputs.Pack(uint8(18)) case "totalSupply": - return method.Outputs.Pack(big.NewInt(120 * 1_000_000 * 18)) + return method.Outputs.Pack(big.NewInt(1_000_000_000_000_000_000)) // 1 ETH } if method.Name == "balanceOf" {