Skip to content

Commit

Permalink
Update packages/zevm-app-contracts/contracts/xp-nft/xpNFT.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas <ljanon@gmail.com>
  • Loading branch information
andresaiello and lucas-janon authored May 9, 2024
1 parent 63cd619 commit 3888ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zevm-app-contracts/contracts/xp-nft/xpNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract ZetaXP is ERC721URIStorage, Ownable {
uint256 generation;
}

mapping(uint256 => Data) public data;
mapping(uint256 => Data) public tokenData;
mapping(uint256 => mapping(uint256 => Task)) public tasksByTokenId;

// Base URL for NFT images
Expand Down

0 comments on commit 3888ee9

Please sign in to comment.