fix dbformat

This commit is contained in:
squidbear
2025-03-22 08:39:14 +01:00
parent 7a90ef6427
commit 8d5afcb191
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ services:
- NETWORK_ID=2020
- NETWORK_PORT=38198
- WS_PORT=8545
- DB_ENGINE=pebbledb
- STATE_SCHEME=hash
- RONIN_PARAMS=--port=38198 --http.api admin,eth,net,web3,consortium,txpool,debug --txpool.pricelimit 20000000000 --txpool.nolocals --discovery.dns enrtree://AIGOFYDZH6BGVVALVJLRPHSOYJ434MPFVVQFXJDXHW5ZYORPTGKUI@nodes.roninchain.com
- VERBOSITY=3
- MINE=false

View File

@@ -16,6 +16,8 @@ services:
- PASSWORD=stupidpassword
- NETWORK_ID=2021
- NETWORK_PORT=16086
- DB_ENGINE=pebbledb
- STATE_SCHEME=hash
- WS_PORT=8545
- RONIN_PARAMS=--port=16086 --http.api admin,eth,net,web3,consortium,txpool,debug --txpool.pricelimit 20000000000 --txpool.nolocals --discovery.dns enrtree://AIGOFYDZH6BGVVALVJLRPHSOYJ434MPFVVQFXJDXHW5ZYORPTGKUI@nodes.roninchain.com
- VERBOSITY=3