We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b755c0 commit e6e9df6Copy full SHA for e6e9df6
e2e/runner/evm.go
@@ -41,7 +41,7 @@ func (r *E2ERunner) ETHDeposit(
41
return tx
42
}
43
44
-// DepositEther sends Ethers into ZEVM using V2 protocol contracts
+// DepositEtherDeployer sends Ethers into ZEVM using V2 protocol contracts
45
func (r *E2ERunner) DepositEtherDeployer() ethcommon.Hash {
46
amount := big.NewInt(0).Mul(big.NewInt(1e18), big.NewInt(100)) // 100 eth
47
tx := r.ETHDeposit(r.EVMAddress(), amount, gatewayevm.RevertOptions{OnRevertGasLimit: big.NewInt(0)})
0 commit comments