fix
This commit is contained in:
@@ -28,15 +28,16 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
entrypoint: [erigon]
|
||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init --datadir=/root/.local/share/erigon /config/genesis.json; exec erigon "$@"']
|
||||
command:
|
||||
- --chain=bob-mainnet
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --networkid=60808
|
||||
- --p2p.allowed-ports=31071
|
||||
- --p2p.allowed-ports=36071
|
||||
- --port=11071
|
||||
- --rollup.sequencerhttp=https://bob-mainnet.public.blastapi.io
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --http
|
||||
@@ -85,11 +86,11 @@ services:
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NETWORK=bob-mainnet
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=16071
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=16071
|
||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
|
||||
@@ -28,16 +28,18 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
entrypoint: [erigon]
|
||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init --datadir=/root/.local/share/erigon /config/genesis.json; exec erigon "$@"']
|
||||
command:
|
||||
- --bootnodes=enode://87a32fd13bd596b2ffca97020e31aef4ddcc1bbd4b95bb633d16c1329f654f34049ed240a36b449fda5e5225d70fe40bc667f53c304b71f8e68fc9d448690b51@3.231.138.188:30301,enode://ca21ea8f176adb2e229ce2d700830c844af0ea941a1d8152a9513b966fe525e809c3a6c73a2c18a12b74ed6ec4380edf91662778fe0b79f6a591236e49e176f9@184.72.129.189:30301,enode://acf4507a211ba7c1e52cdf4eef62cdc3c32e7c9c47998954f7ba024026f9a6b2150cd3f0b734d9c78e507ab70d59ba61dfe5c45e1078c7ad0775fb251d7735a2@3.220.145.177:30301,enode://8a5a5006159bf079d06a04e5eceab2a1ce6e0f721875b2a9c96905336219dbe14203d38f70f3754686a6324f786c2f9852d8c0dd3adac2d080f4db35efc678c5@3.231.11.52:30301,enode://cdadbe835308ad3557f9a1de8db411da1a260a98f8421d62da90e71da66e55e98aaa8e90aa7ce01b408a54e4bd2253d701218081ded3dbe5efbbc7b41d7cef79@54.198.153.150:30301
|
||||
- --chain=lisk-mainnet
|
||||
- --bootnodes=enode://87a32fd13bd596b2ffca97020e31aef4ddcc1bbd4b95bb633d16c1329f654f34049ed240a36b449fda5e5225d70fe40bc667f53c304b71f8e68fc9d448690b51@3.231.138.188:30301,enode://ca21ea8f176adb2e229ce2d700830c844af0ea941a1d8152a9513b966fe525e809c3a6c73a2c18a12b74ed6ec4380edf91662778fe0b79f6a591236e49e176f9@184.72.129.189:30301,enode://acf4507a211ba7c1e52cdf4eef62cdc3c32e7c9c47998954f7ba024026f9a6b2150cd3f0b734d9c78e507ab70d59ba61dfe5c45e1078c7ad0775fb251d7735a2@3.220.145.177:30301,enode://8a5a5006159bf079d06a04e5eceab2a1ce6e0f721875b2a9c96905336219dbe14203d38f70f3754686a6324f786c2f9852d8c0dd3adac2d080f4db35efc678c5@3.231.11.52:30301,enode://cdadbe835308ad3557f9a1de8db411da1a260a98f8421d62da90e71da66e55e98aaa8e90aa7ce01b408a54e4bd2253d701218081ded3dbe5efbbc7b41d7cef79@54.198.153.150:30301
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --networkid=1135
|
||||
- --p2p.allowed-ports=34831
|
||||
- --p2p.allowed-ports=39831
|
||||
- --port=14831
|
||||
- --rollup.sequencerhttp=https://rpc.api.lisk.com
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --http
|
||||
@@ -86,11 +88,12 @@ services:
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NETWORK=lisk-mainnet
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_BOOTNODES=enr:-Iu4QBCIUw0OhAq5ErARIYBLIr6xPb83OqeFRqlUJGlJ9kWpNECaumPArYWsEFdM_cEKm26JJT_EA52f4dlavBldldgBgmlkgnY0gmlwhCPqq5CJc2VjcDI1NmsxoQLBE74gZyIHkwBEnkI4K7nR4SM2Lytj2VTLqJaj5nQevoN0Y3CCIyuDdWRwgiMs
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=19831
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=19831
|
||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
|
||||
@@ -28,15 +28,16 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
entrypoint: [erigon]
|
||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init --datadir=/root/.local/share/erigon /config/genesis.json; exec erigon "$@"']
|
||||
command:
|
||||
- --chain=mode-mainnet
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --networkid=34443
|
||||
- --p2p.allowed-ports=32509
|
||||
- --p2p.allowed-ports=37509
|
||||
- --port=12509
|
||||
- --rollup.sequencerhttp=https://mainnet.mode.network
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --http
|
||||
@@ -85,11 +86,11 @@ services:
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NETWORK=mode-mainnet
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=17509
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=17509
|
||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
|
||||
@@ -28,15 +28,16 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
entrypoint: [erigon]
|
||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init --datadir=/root/.local/share/erigon /config/genesis.json; exec erigon "$@"']
|
||||
command:
|
||||
- --chain=snax-mainnet
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --networkid=2192
|
||||
- --p2p.allowed-ports=34671
|
||||
- --p2p.allowed-ports=39671
|
||||
- --port=14671
|
||||
- --rollup.sequencerhttp=https://mainnet.snaxchain.io
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --http
|
||||
@@ -85,11 +86,11 @@ services:
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NETWORK=snax-mainnet
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=19671
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=19671
|
||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
|
||||
@@ -28,15 +28,16 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
entrypoint: [erigon]
|
||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init --datadir=/root/.local/share/erigon /config/genesis.json; exec erigon "$@"']
|
||||
command:
|
||||
- --chain=zora-mainnet
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --networkid=7777777
|
||||
- --p2p.allowed-ports=34360
|
||||
- --p2p.allowed-ports=39360
|
||||
- --port=14360
|
||||
- --rollup.sequencerhttp=https://rpc.zora.energy
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --http
|
||||
@@ -85,11 +86,11 @@ services:
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NETWORK=zora-mainnet
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=19360
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=19360
|
||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
|
||||
@@ -28,15 +28,16 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
entrypoint: [erigon]
|
||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init --datadir=/root/.local/share/erigon /config/genesis.json; exec erigon "$@"']
|
||||
command:
|
||||
- --chain=zora-sepolia
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --networkid=999999999
|
||||
- --p2p.allowed-ports=33839
|
||||
- --p2p.allowed-ports=38839
|
||||
- --port=13839
|
||||
- --rollup.sequencerhttp=https://sepolia.rpc.zora.energy
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --http
|
||||
@@ -85,12 +86,12 @@ services:
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NETWORK=zora-sepolia
|
||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=18839
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=18839
|
||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
|
||||
Reference in New Issue
Block a user