sequncer url fix
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
||||
environment:
|
||||
- GETH_OP_NETWORK=op-mainnet
|
||||
- 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 "$@"' --
|
||||
command:
|
||||
- --datadir=/data
|
||||
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
environment:
|
||||
- GETH_OP_NETWORK=op-mainnet
|
||||
- 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 "$@"' --
|
||||
command:
|
||||
- --datadir=/data
|
||||
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
environment:
|
||||
- GETH_OP_NETWORK=op-sepolia
|
||||
- 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 "$@"' --
|
||||
command:
|
||||
- --datadir=/data
|
||||
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
environment:
|
||||
- GETH_OP_NETWORK=op-sepolia
|
||||
- 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 "$@"' --
|
||||
command:
|
||||
- --datadir=/data
|
||||
|
||||
Reference in New Issue
Block a user