Skip to content

Commit

Permalink
remove ropsten
Browse files Browse the repository at this point in the history
  • Loading branch information
Termina1 committed Sep 29, 2023
1 parent 00310c9 commit c1d4206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ open class EthereumMultistream(
private var subscribe = EthereumEgressSubscription(this, headScheduler, NoPendingTxes())

private val supportsEIP1559set = setOf(
Chain.ETHEREUM__MAINNET, Chain.ETHEREUM__ROPSTEN,
Chain.ETHEREUM__MAINNET,
Chain.ETHEREUM__GOERLI,
Chain.ETHEREUM__SEPOLIA,
Chain.ARBITRUM__MAINNET,
Expand Down

0 comments on commit c1d4206

Please sign in to comment.