diff --git a/explorer/src/App.tsx b/explorer/src/App.tsx index a39f3957c2..0defb2f191 100644 --- a/explorer/src/App.tsx +++ b/explorer/src/App.tsx @@ -32,7 +32,9 @@ function App() { `/${tx}/:signature`)} + path={TX_ALIASES.flatMap(tx => [tx, tx + "s"]).map( + tx => `/${tx}/:signature` + )} render={({ match }) => ( )}