This commit is contained in:
Sebastian
2024-05-06 14:44:15 +02:00
parent c68a913b15
commit 6a9e8f8db6

View File

@@ -22,7 +22,7 @@ services:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_GENESIS_FILE_PATH=/app/mainnet/lisk/genesis.json" - "GETH_GENESIS_FILE_PATH=/app/mainnet/lisk/genesis.json"
- "GETH_SEQUENCER_HTTP=https://rpc.api.lisk.com" - "GETH_ROLLUP_SEQUENCERHTTP=https://rpc.api.lisk.com"
- "GETH_GCMODE=full" - "GETH_GCMODE=full"
- "GETH_STATE_SCHEME=hash" - "GETH_STATE_SCHEME=hash"
- "GETH_DB_ENGINE=pebble" - "GETH_DB_ENGINE=pebble"