Skip to content

Commit

Permalink
to gwei
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Feb 22, 2024
1 parent 2541a36 commit 134e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-polybft/e2e/bridge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 134e087

Please sign in to comment.