Skip to content

Commit

Permalink
remove future blockchains
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Apr 3, 2023
1 parent 13d46a7 commit 35067b8
Showing 1 changed file with 0 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,44 +87,6 @@ export const BlockchainSelector = ({
onClick={() => onClick(Blockchain.SOLANA)}
/>
</Grid>
<Grid item xs={6}>
<ActionCard
icon={<PolygonIcon />}
text="Polygon"
textAdornment={<SoonBadge />}
onClick={() => {}}
disabled
/>
</Grid>
<Grid item xs={6}>
<ActionCard
icon={<BscIcon />}
text="BSC"
textAdornment={<SoonBadge />}
onClick={() => {}}
disabled
/>
</Grid>
{/*
<Grid item xs={6}>
<ActionCard
icon={<AvalancheIcon />}
text="Avalanche"
textAdornment={<SoonBadge />}
onClick={() => {}}
disabled={true}
/>
</Grid>
<Grid item xs={6}>
<ActionCard
icon={<CosmosIcon />}
text="Cosmos"
textAdornment={<SoonBadge />}
onClick={() => {}}
disabled={true}
/>
</Grid>
*/}
</Grid>
</Box>
</Box>
Expand Down

1 comment on commit 35067b8

@vercel
Copy link

@vercel vercel bot commented on 35067b8 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.