Skip to content

Commit

Permalink
external url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bvalosek committed Feb 15, 2022
1 parent d70ea09 commit 6678cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/__lab__/MorphsEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ contract MorphsEngine is ShellBaseEngine, OnChainMetadataEngine {
override
returns (string memory)
{
return "https://playgrounds.wtf";
return "https://morphs.wtf";
}

function _computeAttributes(IShellFramework collection, uint256 tokenId)
Expand Down

0 comments on commit 6678cc6

Please sign in to comment.