add cronos (#313)

This commit is contained in:
Vyacheslav
2023-09-29 18:55:30 +03:00
committed by GitHub
parent a0fa65f0fd
commit 7365226bcf
3 changed files with 21 additions and 7 deletions

View File

@@ -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,