Skip to content

Commit 96b4000

Browse files
authored
chore: unhide monad from entropy (#956)
1 parent 149b122 commit 96b4000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/EntropyDeploymentTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const EntropyDeploymentTable = ({
99
showReveal: boolean;
1010
}) => {
1111
const sortedDeployments = Object.entries(deployments)
12-
.filter(([name]) => name !== "monad" && name !== "etherlink-testnet")
12+
.filter(([name]) => name !== "etherlink-testnet")
1313
.sort();
1414
return (
1515
<table>

0 commit comments

Comments
 (0)