Skip to content

Commit

Permalink
update omitNetworks list
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Jul 17, 2023
1 parent 82c7c9c commit 8eb95d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,9 @@ And that has made all the difference.

// networks list, filtered and sorted
const omitNetworks = [
ChainId.RINKEBY, ChainId.HARDHAT, ChainId.HARDHAT_2, ChainId.KOVAN, ChainId.FANTOM_TESTNET,
ChainId.ROPSTEN, ChainId.AURORA, ChainId.AURORA_TESTNET
ChainId.RINKEBY, ChainId.HARDHAT, ChainId.HARDHAT_2, ChainId.KOVAN,
ChainId.FANTOM, ChainId.FANTOM_TESTNET, ChainId.ROPSTEN,
ChainId.AURORA, ChainId.AURORA_TESTNET
]
const networks = Object.values(sequence.network.networks)
.filter(val => (omitNetworks.indexOf(val.chainId) < 0))
Expand Down

0 comments on commit 8eb95d8

Please sign in to comment.