Skip to content

Commit

Permalink
Universal Events
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 19, 2024
1 parent 1d52473 commit 9d9834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/nft/contracts/shared/UniversalNFTEvents.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;

contract UniversalTokenEvents {
contract UniversalNFTEvents {
event SetUniversal(address indexed universalAddress);
event SetConnected(address indexed zrc20, address contractAddress);
event TokenMinted(address indexed to, uint256 indexed tokenId, string uri);
Expand Down

0 comments on commit 9d9834e

Please sign in to comment.