Skip to content

Commit

Permalink
move to unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 9, 2024
1 parent 865f565 commit 86e2921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestMessagePassingRevertFailExternalChains(r *runner.E2ERunner, args []stri
tx, err = r.ConnectorEth.Send(auth, zetaconnectoreth.ZetaInterfacesSendInput{
DestinationChainId: chainID,
DestinationAddress: r.EVMAddress().Bytes(),
DestinationGasLimit: big.NewInt(1800_000),
DestinationGasLimit: big.NewInt(400_000),
Message: []byte(
"revert",
), // non-empty message will cause revert, because the dest address is not a contract
Expand Down

0 comments on commit 86e2921

Please sign in to comment.