File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : abstract-node
33description : External node for syncing and serving blockchain data for Abstract
4- version : 0.1.34
4+ version : 0.1.35
55type : application
66icon : https://abstract-assets.abs.xyz/icons/light.png
77keywords :
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ node:
260260 snapshotRecoveryEnabled : true
261261 snapshotBucket : ' raas-abstract-mainnet-external-node-snapshots'
262262 statekeeper :
263- l2BlockCommitDeadline : 200
263+ l2BlockCommitDeadline : " 200 ms "
264264
265265# # Whether or not to allocate persistent volume disk for the rocksdb directories.
266266# # In case of node failure, the node data directory will still persist.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ services:
110110 # EN_CONSENSUS_CONFIG_PATH: "/configs/consensus_config.yaml"
111111 # EN_CONSENSUS_SECRETS_PATH: "/configs/consensus_secrets.yaml"
112112 # Statekeeper config for block times
113- EN_STATE_KEEPER_L2_BLOCK_COMMIT_DEADLINE : ${EN_STATE_KEEPER_L2_BLOCK_COMMIT_DEADLINE:-200}
113+ EN_STATE_KEEPER_L2_BLOCK_COMMIT_DEADLINE : ${EN_STATE_KEEPER_L2_BLOCK_COMMIT_DEADLINE:-" 200 ms" }
114114 # API configuration for eth_sendRawTransactionSync timeouts
115115 EN_API_SEND_RAW_TX_SYNC_DEFAULT_TIMEOUT_MS : ${EN_API_SEND_RAW_TX_SYNC_DEFAULT_TIMEOUT_MS:-2000}
116116 EN_API_SEND_RAW_TX_SYNC_MAX_TIMEOUT_MS : ${EN_API_SEND_RAW_TX_SYNC_MAX_TIMEOUT_MS:-10000}
You can’t perform that action at this time.
0 commit comments