make it more similar
This commit is contained in:
@@ -12,12 +12,13 @@ services:
|
|||||||
- "32577:32577/udp"
|
- "32577:32577/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- thundercore-testnet-db:/datadir
|
- thundercore-testnet-db:/datadir
|
||||||
- ./thundercore/testnet:/config/fastpath/pala
|
- ./thundercore/testnet:/config
|
||||||
- thundercore-testnet-logs:/logs
|
- thundercore-testnet-logs:/logs
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ]
|
entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ]
|
||||||
environment:
|
environment:
|
||||||
|
CONFIG_PATH: /config
|
||||||
PORT: 32577
|
PORT: 32577
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|||||||
@@ -12,12 +12,13 @@ services:
|
|||||||
- "33797:33797/udp"
|
- "33797:33797/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- thundercore-fullnode-db:/datadir
|
- thundercore-fullnode-db:/datadir
|
||||||
- ./thundercore/mainnet:/config/fastpath/pala
|
- ./thundercore/mainnet:/config
|
||||||
- thundercore-fullnode-logs:/logs
|
- thundercore-fullnode-logs:/logs
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ]
|
entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ]
|
||||||
environment:
|
environment:
|
||||||
|
CONFIG_PATH: /config
|
||||||
PORT: 33797
|
PORT: 33797
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ rpc:
|
|||||||
logRequests: True
|
logRequests: True
|
||||||
chain:
|
chain:
|
||||||
chainID: 108
|
chainID: 108
|
||||||
genesis: /config/fastpath/pala/genesis.json
|
genesis: /config/genesis.json
|
||||||
initialSupply: 1E+28
|
initialSupply: 1E+28
|
||||||
snapshotCache: 0
|
snapshotCache: 0
|
||||||
accel:
|
accel:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ rpc:
|
|||||||
logRequests: True
|
logRequests: True
|
||||||
chain:
|
chain:
|
||||||
chainID: 18
|
chainID: 18
|
||||||
genesis: /config/fastpath/pala/genesis.json
|
genesis: /config/genesis.json
|
||||||
initialSupply: 1E+29
|
initialSupply: 1E+29
|
||||||
snapshotCache: 0
|
snapshotCache: 0
|
||||||
accel:
|
accel:
|
||||||
@@ -55,8 +55,6 @@ accel:
|
|||||||
TimePerBlock: 1s
|
TimePerBlock: 1s
|
||||||
TxPerBlockLimit: -1
|
TxPerBlockLimit: -1
|
||||||
eth:
|
eth:
|
||||||
logFile: /logs/thunder.eth.log
|
|
||||||
logFilter: "trie=4,state=4"
|
|
||||||
txLookupLimit: 0
|
txLookupLimit: 0
|
||||||
metrics:
|
metrics:
|
||||||
address: 0.0.0.0:9201
|
address: 0.0.0.0:9201
|
||||||
|
|||||||
Reference in New Issue
Block a user