File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -747,6 +747,19 @@ const contractRedirects = {
747747 "/contracts/DropERC721" : "/contracts/explore/pre-built-contracts/nft-drop" ,
748748 "/contracts/DropERC1155" :
749749 "/contracts/explore/pre-built-contracts/edition-drop" ,
750+ // DEPRECATED: Pre-built modular contracts redirects
751+ "/contracts/explore/pre-built-modular/token" : "/contracts/explore/overview" ,
752+ "/contracts/explore/pre-built-modular/token-drop" :
753+ "/contracts/explore/overview" ,
754+ "/contracts/explore/pre-built-modular/nft-collection" :
755+ "/contracts/explore/overview" ,
756+ "/contracts/explore/pre-built-modular/nft-drop" :
757+ "/contracts/explore/overview" ,
758+ "/contracts/explore/pre-built-modular/open-edition" :
759+ "/contracts/explore/overview" ,
760+ "/contracts/explore/pre-built-modular/edition" : "/contracts/explore/overview" ,
761+ "/contracts/explore/pre-built-modular/edition-drop" :
762+ "/contracts/explore/overview" ,
750763 //design documentation
751764 "/contracts/design/Drop" : "/contracts/design-docs/drop" ,
752765 "/contracts/design/Marketplace" : "/contracts/design-docs/marketplace" ,
You can’t perform that action at this time.
0 commit comments