Skip to content

Commit

Permalink
events in a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 7, 2024
1 parent bed8230 commit c779848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nft/contracts/Universal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "@zetachain/protocol-contracts/contracts/zevm/interfaces/IGatewayZEVM.sol
import "@zetachain/protocol-contracts/contracts/zevm/GatewayZEVM.sol";
import {SwapHelperLib} from "@zetachain/toolkit/contracts/SwapHelperLib.sol";
import {SystemContract} from "@zetachain/toolkit/contracts/SystemContract.sol";
import "./Events.sol";
import "./shared/Events.sol";

contract Universal is
ERC721,
Expand Down

0 comments on commit c779848

Please sign in to comment.