Skip to content

Commit

Permalink
fix: remove revert from hello
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Feb 19, 2025
1 parent 15371fc commit f965dbc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion examples/hello/contracts/Universal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ contract Universal is UniversalContract {
uint256 amount,
bytes calldata message
) external override onlyGateway {
revert();
string memory name = abi.decode(message, (string));
emit HelloEvent("Hello: ", name);
}
Expand Down
7 changes: 0 additions & 7 deletions examples/hello/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2392,13 +2392,6 @@
hardhat "^2.22.8"
wait-on "^7.2.0"

"@zetachain/[email protected]":
version "10.0.0-rc4"
resolved "https://registry.yarnpkg.com/@zetachain/networks/-/networks-10.0.0-rc4.tgz#9af65c87aac0811b420ecb71eb9adc9da3d0865f"
integrity sha512-QFa6TrUO3RkkOE/qGnvtNBEywCqTUgF/z2XGWsRSG6+f8QwDM49A1591KyJ72JBQENYQUheLHAwSjMMWd5LlRg==
dependencies:
dotenv "^16.1.4"

"@zetachain/[email protected]":
version "13.0.0-rc1"
resolved "https://registry.yarnpkg.com/@zetachain/networks/-/networks-13.0.0-rc1.tgz#c43acb879a966102cd570cb80a2f60e5166c9f3c"
Expand Down
7 changes: 0 additions & 7 deletions examples/swap/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2494,13 +2494,6 @@
hardhat "^2.22.8"
wait-on "^7.2.0"

"@zetachain/[email protected]":
version "10.0.0-rc4"
resolved "https://registry.yarnpkg.com/@zetachain/networks/-/networks-10.0.0-rc4.tgz#9af65c87aac0811b420ecb71eb9adc9da3d0865f"
integrity sha512-QFa6TrUO3RkkOE/qGnvtNBEywCqTUgF/z2XGWsRSG6+f8QwDM49A1591KyJ72JBQENYQUheLHAwSjMMWd5LlRg==
dependencies:
dotenv "^16.1.4"

"@zetachain/[email protected]":
version "13.0.0-rc1"
resolved "https://registry.yarnpkg.com/@zetachain/networks/-/networks-13.0.0-rc1.tgz#c43acb879a966102cd570cb80a2f60e5166c9f3c"
Expand Down

0 comments on commit f965dbc

Please sign in to comment.