diff --git a/thundercore-testnet.yml b/thundercore-testnet.yml index d7034fef..d3de15dd 100644 --- a/thundercore-testnet.yml +++ b/thundercore-testnet.yml @@ -12,12 +12,13 @@ services: - "32577:32577/udp" volumes: - thundercore-testnet-db:/datadir - - ./thundercore/testnet:/config/fastpath/pala + - ./thundercore/testnet:/config - thundercore-testnet-logs:/logs networks: - chains entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ] environment: + CONFIG_PATH: /config PORT: 32577 restart: unless-stopped diff --git a/thundercore.yml b/thundercore.yml index 2fd9515b..34329329 100644 --- a/thundercore.yml +++ b/thundercore.yml @@ -12,12 +12,13 @@ services: - "33797:33797/udp" volumes: - thundercore-fullnode-db:/datadir - - ./thundercore/mainnet:/config/fastpath/pala + - ./thundercore/mainnet:/config - thundercore-fullnode-logs:/logs networks: - chains entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ] environment: + CONFIG_PATH: /config PORT: 33797 restart: unless-stopped diff --git a/thundercore/mainnet/override.yaml b/thundercore/mainnet/override.yaml index f4f5aa56..093a539f 100644 --- a/thundercore/mainnet/override.yaml +++ b/thundercore/mainnet/override.yaml @@ -39,7 +39,7 @@ rpc: logRequests: True chain: chainID: 108 - genesis: /config/fastpath/pala/genesis.json + genesis: /config/genesis.json initialSupply: 1E+28 snapshotCache: 0 accel: diff --git a/thundercore/testnet/override.yaml b/thundercore/testnet/override.yaml index 2be87d22..ea601ae0 100644 --- a/thundercore/testnet/override.yaml +++ b/thundercore/testnet/override.yaml @@ -39,7 +39,7 @@ rpc: logRequests: True chain: chainID: 18 - genesis: /config/fastpath/pala/genesis.json + genesis: /config/genesis.json initialSupply: 1E+29 snapshotCache: 0 accel: @@ -55,8 +55,6 @@ accel: TimePerBlock: 1s TxPerBlockLimit: -1 eth: - logFile: /logs/thunder.eth.log - logFilter: "trie=4,state=4" txLookupLimit: 0 metrics: address: 0.0.0.0:9201