sequncer url fix

This commit is contained in:
Para Dox
2025-04-25 20:08:41 +07:00
parent d960ca7acd
commit e6529fcb7c
10 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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