sequncer url fix
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
|||||||
- --p2p.allowed-ports=32509
|
- --p2p.allowed-ports=32509
|
||||||
- --p2p.allowed-ports=37509
|
- --p2p.allowed-ports=37509
|
||||||
- --port=12509
|
- --port=12509
|
||||||
- --rollup.sequencerhttp=https://mainnet-sequencer.optimism.org
|
- --rollup.sequencerhttp=https://mainnet-sequencer.optimism.io
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --http
|
- --http
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- --p2p.allowed-ports=30373
|
- --p2p.allowed-ports=30373
|
||||||
- --p2p.allowed-ports=35373
|
- --p2p.allowed-ports=35373
|
||||||
- --port=10373
|
- --port=10373
|
||||||
- --rollup.sequencerhttp=https://sepolia-sequencer.optimism.org
|
- --rollup.sequencerhttp=https://sepolia-sequencer.optimism.io
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --http
|
- --http
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GETH_OP_NETWORK=op-mainnet
|
- GETH_OP_NETWORK=op-mainnet
|
||||||
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
||||||
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet-sequencer.optimism.org
|
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet-sequencer.optimism.io
|
||||||
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
||||||
command:
|
command:
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GETH_OP_NETWORK=op-mainnet
|
- GETH_OP_NETWORK=op-mainnet
|
||||||
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
||||||
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet-sequencer.optimism.org
|
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet-sequencer.optimism.io
|
||||||
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
||||||
command:
|
command:
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GETH_OP_NETWORK=op-sepolia
|
- GETH_OP_NETWORK=op-sepolia
|
||||||
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
||||||
- GETH_ROLLUP_SEQUENCERHTTP=https://sepolia-sequencer.optimism.org
|
- GETH_ROLLUP_SEQUENCERHTTP=https://sepolia-sequencer.optimism.io
|
||||||
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
||||||
command:
|
command:
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GETH_OP_NETWORK=op-sepolia
|
- GETH_OP_NETWORK=op-sepolia
|
||||||
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
||||||
- GETH_ROLLUP_SEQUENCERHTTP=https://sepolia-sequencer.optimism.org
|
- GETH_ROLLUP_SEQUENCERHTTP=https://sepolia-sequencer.optimism.io
|
||||||
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
||||||
command:
|
command:
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ services:
|
|||||||
- --max-outbound-peers=50
|
- --max-outbound-peers=50
|
||||||
- --nat=extip:${IP}
|
- --nat=extip:${IP}
|
||||||
- --port=11114
|
- --port=11114
|
||||||
- --rollup.sequencer-http=https://mainnet-sequencer.optimism.org
|
- --rollup.sequencer-http=https://mainnet-sequencer.optimism.io
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --http
|
- --http
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
- --max-outbound-peers=50
|
- --max-outbound-peers=50
|
||||||
- --nat=extip:${IP}
|
- --nat=extip:${IP}
|
||||||
- --port=13985
|
- --port=13985
|
||||||
- --rollup.sequencer-http=https://mainnet-sequencer.optimism.org
|
- --rollup.sequencer-http=https://mainnet-sequencer.optimism.io
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --http
|
- --http
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ services:
|
|||||||
- --max-outbound-peers=50
|
- --max-outbound-peers=50
|
||||||
- --nat=extip:${IP}
|
- --nat=extip:${IP}
|
||||||
- --port=12326
|
- --port=12326
|
||||||
- --rollup.sequencer-http=https://sepolia-sequencer.optimism.org
|
- --rollup.sequencer-http=https://sepolia-sequencer.optimism.io
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --http
|
- --http
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
- --max-outbound-peers=50
|
- --max-outbound-peers=50
|
||||||
- --nat=extip:${IP}
|
- --nat=extip:${IP}
|
||||||
- --port=14442
|
- --port=14442
|
||||||
- --rollup.sequencer-http=https://sepolia-sequencer.optimism.org
|
- --rollup.sequencer-http=https://sepolia-sequencer.optimism.io
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --http
|
- --http
|
||||||
|
|||||||
Reference in New Issue
Block a user