From 7e0d6486358fbad8f9ba41dda286645208ca8329 Mon Sep 17 00:00:00 2001 From: Dusan Nosovic Date: Tue, 20 Feb 2024 11:19:28 +0100 Subject: [PATCH] to gwei --- e2e-polybft/e2e/bridge_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-polybft/e2e/bridge_test.go b/e2e-polybft/e2e/bridge_test.go index 20ff8561d4..de8f1ba1d2 100644 --- a/e2e-polybft/e2e/bridge_test.go +++ b/e2e-polybft/e2e/bridge_test.go @@ -1308,7 +1308,7 @@ func TestE2E_Bridge_NonMintableERC20Token_WithPremine(t *testing.T) { require.NoError(t, err) checkBalancesFn := func(address types.Address, rootExpected, childExpected *big.Int, isValidator bool) { - offset := big.NewInt(100) + offset := ethgo.Gwei(10) t.Log("Checking balance of native ERC20 token on root and child", "Address", address, "Root expected", rootExpected, "Child Expected", childExpected)