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

@@ -44,11 +44,6 @@ chain-settings:
grpcId: 10005
short-names: [goerli, goerli-testnet]
call-validate-contract: 0xCD9303A1F6da2a68f465A579a24cc2Ee5AE2192f
- id: ropsten
code: ROPSTEN
grpcId: 10006
chain-id: 0x3
short-names: [ropsten, ropsten-testnet]
- id: sepolia
code: SEPOLIA
grpcId: 10008
@@ -408,3 +403,22 @@ chain-settings:
grpcId: 10025
short-names: [scroll-sepolia]
chain-id: 0x8274f
- id: cronos
settings:
expected-block-time: 5s
options:
validate-peers: false
lags:
syncing: 10
lagging: 5
chains:
- id: mainnet
code: CRONOS_MAINNET
short-names: [cronos]
chain-id: 0x19
grpcId: 1022
- id: testnet
code: CRONOS_TESTNET
short-names: [cronos-testnet]
chain-id: 0x152
grpcId: 10030

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,