Skip to content

Commit

Permalink
EVM call
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 1, 2024
1 parent cdb40f3 commit 5b4f63f
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 559 deletions.
2 changes: 1 addition & 1 deletion universal/hello/contracts/Hello.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contract Hello is UniversalContract {
emit HelloEvent("Hello from a universal app", decodedMessage);
}

function callFromZetaChain(
function call(
bytes memory receiver,
address zrc20,
bytes calldata message,
Expand Down
Loading

0 comments on commit 5b4f63f

Please sign in to comment.