Skip to content

Commit fbf26d8

Browse files
committed
[TOOL-2972] Portal: Add missing redirects for contract references (#5934)
1 parent d7f2249 commit fbf26d8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/portal/redirects.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

814824
const infrastructureRedirects = {

0 commit comments

Comments
 (0)