Skip to content

Commit

Permalink
deposit nft uri
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Jun 13, 2024
1 parent c77cdc2 commit 0ebbb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deposit/Deposit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ contract Deposit is
super._increaseBalance(account, value);
}

function tokenURI(uint256 tokenId)
function tokenURI(uint256)
public
view
override(ERC721Upgradeable, ERC721URIStorageUpgradeable)
returns (string memory)
{
return super.tokenURI(tokenId);
return "ipfs://bafybeih57kauz6npkbafh2x3cv3hyljcakdccuckb4huwnwxxxrtqr5pqe";
}

function supportsInterface(bytes4 interfaceId)
Expand Down

0 comments on commit 0ebbb2a

Please sign in to comment.