Skip to content

Commit

Permalink
[TOOL-2972] Portal: Add missing redirects for contract references (#5934
Browse files Browse the repository at this point in the history
)
  • Loading branch information
MananTank committed Jan 14, 2025
1 parent d7f2249 commit fbf26d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/portal/redirects.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,16 @@ const contractRedirects = {
"/contracts/design/Pack": "/contracts/design-docs/pack",
"/contracts/design/SignatureDrop": "/contracts",
"/interact": "/contracts",
// contract references
"/contracts/TokenERC20": "/contracts/explore/pre-built-contracts/token",
"/contracts/DropERC721": "/contracts/explore/pre-built-contracts/nft-drop",
"/contracts/DropERC1155":
"/contracts/explore/pre-built-contracts/edition-drop",
"/contracts/TokenERC721":
"/contracts/explore/pre-built-contracts/nft-collection",
"/contracts/TokenERC1155": "/contracts/explore/pre-built-contracts/edition",
"/contracts/Multiwrap": "/contracts/design-docs/multiwrap",
"/contracts/VoteERC20": "/contracts/build/base-contracts/erc-20/vote",
};

const infrastructureRedirects = {
Expand Down

0 comments on commit fbf26d8

Please sign in to comment.