Skip to content

Commit

Permalink
update gateway address
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 12, 2024
1 parent 5f9aee4 commit a5b5002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello/contracts/Hello.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract Hello is UniversalContract {
event ContextDataRevert(RevertContext);

address constant gatewayAddress =
0x610178dA211FEF7D417bC0e6FeD39F05609AD788;
0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0;

function onCrossChainCall(
zContext calldata context,
Expand Down

0 comments on commit a5b5002

Please sign in to comment.