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 = {
809
809
"/contracts/design/Pack" : "/contracts/design-docs/pack" ,
810
810
"/contracts/design/SignatureDrop" : "/contracts" ,
811
811
"/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" ,
812
822
} ;
813
823
814
824
const infrastructureRedirects = {
You can’t perform that action at this time.
0 commit comments