deploy: regenerate compose from vibe-node main e32de131428a
This commit is contained in:
@@ -3482,6 +3482,24 @@
|
|||||||
"https://algorand-betanet.drpc.org"
|
"https://algorand-betanet.drpc.org"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"aptos": {
|
||||||
|
"protocol": "aptos",
|
||||||
|
"block_time_ms": 100,
|
||||||
|
"lagging_lag": 20,
|
||||||
|
"syncing_lag": 60,
|
||||||
|
"urls": [
|
||||||
|
"https://aptos.drpc.org"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"aptos-testnet": {
|
||||||
|
"protocol": "aptos",
|
||||||
|
"block_time_ms": 100,
|
||||||
|
"lagging_lag": 20,
|
||||||
|
"syncing_lag": 60,
|
||||||
|
"urls": [
|
||||||
|
"https://aptos-testnet.drpc.org"
|
||||||
|
]
|
||||||
|
},
|
||||||
"orderly": {
|
"orderly": {
|
||||||
"protocol": "eth",
|
"protocol": "eth",
|
||||||
"id": 291,
|
"id": 291,
|
||||||
@@ -3675,12 +3693,11 @@
|
|||||||
},
|
},
|
||||||
"humanity": {
|
"humanity": {
|
||||||
"protocol": "eth",
|
"protocol": "eth",
|
||||||
"id": 6985385,
|
"id": 13600000,
|
||||||
"block_time_ms": 2000,
|
"block_time_ms": 2000,
|
||||||
"lagging_lag": 20,
|
"lagging_lag": 20,
|
||||||
"syncing_lag": 40,
|
"syncing_lag": 40,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://humanity-mainnet.g.alchemy.com/public",
|
|
||||||
"https://humanity.drpc.org"
|
"https://humanity.drpc.org"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
starknet-mainnet-juno-archive:
|
starknet-mainnet-juno-archive:
|
||||||
image: ${STARKNET_JUNO_IMAGE:-nethermind/juno}:${STARKNET_MAINNET_JUNO_VERSION:-v0.16.3}
|
image: ${STARKNET_JUNO_IMAGE:-nethermind/juno}:${STARKNET_MAINNET_JUNO_VERSION:-v0.16.4}
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
starknet-sepolia-juno-archive:
|
starknet-sepolia-juno-archive:
|
||||||
image: ${STARKNET_JUNO_IMAGE:-nethermind/juno}:${STARKNET_SEPOLIA_JUNO_VERSION:-v0.16.3}
|
image: ${STARKNET_JUNO_IMAGE:-nethermind/juno}:${STARKNET_SEPOLIA_JUNO_VERSION:-v0.16.4}
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||||
|
|||||||
Reference in New Issue
Block a user