This commit is contained in:
Para Dox
2025-04-12 12:24:37 +07:00
parent 52b2227df1
commit 360a37e673
118 changed files with 222 additions and 222 deletions

View File

@@ -2,7 +2,7 @@
services:
base-mainnet-archive:
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4}
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
base-mainnet:
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4}
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
base-sepolia-archive:
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4}
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
base-sepolia:
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4}
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
lisk-mainnet-archive:
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4}
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
lisk-mainnet:
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4}
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
op-mainnet-archive:
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4}
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_MAINNET_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
op-mainnet:
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4}
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_MAINNET_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
op-sepolia-archive:
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4}
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000

View File

@@ -2,7 +2,7 @@
services:
op-sepolia:
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4}
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.8}
user: root
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
@@ -46,10 +46,10 @@ services:
- --ws.port=8545
- --ws.origins=*
- --ws.addr=0.0.0.0
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --http.addr=0.0.0.0
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000