deploy: regenerate compose from vibe-node main 2c123e09150c
This commit is contained in:
@@ -200,8 +200,13 @@ services:
|
|||||||
entrypoint: [/bin/bash, -c]
|
entrypoint: [/bin/bash, -c]
|
||||||
command:
|
command:
|
||||||
- |
|
- |
|
||||||
# Rewrite engine_api_url to this compose service (mainnet/testnet tomls ship chain-specific hosts).
|
# The fleet .jwtsecret is 0x-prefixed (geth/reth accept that); plasma-cli insists on a
|
||||||
sed -E 's|http://[^[:space:]/"]+:8551|http://plasma-mainnet:8551|g' /config/non-validator.toml > /tmp/non-validator.toml
|
# bare 64-char hex string, so hand it a stripped copy (2026-09-11).
|
||||||
|
tr -d '\n\r ' < /jwt/jwt.hex | sed 's/^0x//' > /tmp/jwt.hex
|
||||||
|
# Rewrite engine_api_url to this compose service (mainnet/testnet tomls ship chain-specific hosts)
|
||||||
|
# and point authrpc_jwtsecret at the stripped copy.
|
||||||
|
sed -E -e 's|http://[^[:space:]/"]+:8551|http://plasma-mainnet:8551|g' \
|
||||||
|
-e 's|^(authrpc_jwtsecret *= *).*$|\1"/tmp/jwt.hex"|' /config/non-validator.toml > /tmp/non-validator.toml
|
||||||
exec plasma-cli observer \
|
exec plasma-cli observer \
|
||||||
--config-path /tmp/non-validator.toml \
|
--config-path /tmp/non-validator.toml \
|
||||||
--no-color \
|
--no-color \
|
||||||
|
|||||||
@@ -200,8 +200,13 @@ services:
|
|||||||
entrypoint: [/bin/bash, -c]
|
entrypoint: [/bin/bash, -c]
|
||||||
command:
|
command:
|
||||||
- |
|
- |
|
||||||
# Rewrite engine_api_url to this compose service (mainnet/testnet tomls ship chain-specific hosts).
|
# The fleet .jwtsecret is 0x-prefixed (geth/reth accept that); plasma-cli insists on a
|
||||||
sed -E 's|http://[^[:space:]/"]+:8551|http://plasma-testnet:8551|g' /config/non-validator.toml > /tmp/non-validator.toml
|
# bare 64-char hex string, so hand it a stripped copy (2026-09-11).
|
||||||
|
tr -d '\n\r ' < /jwt/jwt.hex | sed 's/^0x//' > /tmp/jwt.hex
|
||||||
|
# Rewrite engine_api_url to this compose service (mainnet/testnet tomls ship chain-specific hosts)
|
||||||
|
# and point authrpc_jwtsecret at the stripped copy.
|
||||||
|
sed -E -e 's|http://[^[:space:]/"]+:8551|http://plasma-testnet:8551|g' \
|
||||||
|
-e 's|^(authrpc_jwtsecret *= *).*$|\1"/tmp/jwt.hex"|' /config/non-validator.toml > /tmp/non-validator.toml
|
||||||
exec plasma-cli observer \
|
exec plasma-cli observer \
|
||||||
--config-path /tmp/non-validator.toml \
|
--config-path /tmp/non-validator.toml \
|
||||||
--no-color \
|
--no-color \
|
||||||
|
|||||||
@@ -1635,8 +1635,7 @@
|
|||||||
"lagging_lag": 5,
|
"lagging_lag": 5,
|
||||||
"syncing_lag": 10,
|
"syncing_lag": 10,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://garfield-testnet.zircuit.com/",
|
"https://rpc.garfield-testnet.zircuit.com"
|
||||||
"https://zircuit-garfield-testnet.drpc.org"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"avail": {
|
"avail": {
|
||||||
|
|||||||
Reference in New Issue
Block a user