Skip to content

Commit

Permalink
Update PackNFT_Golazos.cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
Deewai committed Sep 3, 2024
1 parent e1ce948 commit 86ff267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pds/contracts/PackNFT_Golazos.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ access(all) contract PackNFT: NonFungibleToken, IPackNFT {
///
access(all) view fun assetPath(): String {
// this path is normative -> it does not yet have pack related assets here
return "https://media.laligagolazos.com/packnfts/".concat(self.id.toString()).concat("/media/")
return "https://ipfs.dapperlabs.com/ipfs/QmPvr5zTwji1UGpun57cbj719MUBsB5syjgikbwCMPmruQ"
}

/// Return an image path.
Expand Down

0 comments on commit 86ff267

Please sign in to comment.