Skip to content

Commit

Permalink
chore: Remove Telos
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Jun 26, 2023
1 parent 6590d42 commit 62d2aec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/widgets/NetworkModal/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ const networks: Config[] = [
symbol: NETWORK_LABEL[ChainId.MATIC],
icon: NETWORK_ICON[ChainId.MATIC],
},
{
chainId: ChainId.TLOS,
networkName: "Telos",
symbol: NETWORK_LABEL[ChainId.TLOS],
icon: NETWORK_ICON[ChainId.TLOS],
},
// {
// chainId: ChainId.TLOS,
// networkName: "Telos",
// symbol: NETWORK_LABEL[ChainId.TLOS],
// icon: NETWORK_ICON[ChainId.TLOS],
// },
{
chainId: ChainId.ETH,
networkName: "Ethereum",
Expand Down

0 comments on commit 62d2aec

Please sign in to comment.