File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -809,6 +809,16 @@ const contractRedirects = {
809809 "/contracts/design/Pack" : "/contracts/design-docs/pack" ,
810810 "/contracts/design/SignatureDrop" : "/contracts" ,
811811 "/interact" : "/contracts" ,
812+ // contract references
813+ "/contracts/TokenERC20" : "/contracts/explore/pre-built-contracts/token" ,
814+ "/contracts/DropERC721" : "/contracts/explore/pre-built-contracts/nft-drop" ,
815+ "/contracts/DropERC1155" :
816+ "/contracts/explore/pre-built-contracts/edition-drop" ,
817+ "/contracts/TokenERC721" :
818+ "/contracts/explore/pre-built-contracts/nft-collection" ,
819+ "/contracts/TokenERC1155" : "/contracts/explore/pre-built-contracts/edition" ,
820+ "/contracts/Multiwrap" : "/contracts/design-docs/multiwrap" ,
821+ "/contracts/VoteERC20" : "/contracts/build/base-contracts/erc-20/vote" ,
812822} ;
813823
814824const infrastructureRedirects = {
You can’t perform that action at this time.
0 commit comments