This commit is contained in:
Para Dox
2025-04-13 20:42:08 +07:00
parent a919bcdbbc
commit 8ba07ac2cf
178 changed files with 282 additions and 228 deletions

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# True
# op
services:
base-mainnet-archive:
@@ -118,6 +118,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_maxPriorityFeePerGas
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
...

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# True
# op
services:
base-sepolia-archive:
@@ -119,6 +119,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_maxPriorityFeePerGas
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
...

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# op
services:
lisk-mainnet-archive:
@@ -103,7 +103,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/lisk/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:
@@ -121,6 +121,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_maxPriorityFeePerGas
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
...

View File

@@ -59,7 +59,7 @@ services:
- chains
volumes:
- ${LISK_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-lisk-mainnet-op-reth-pruned-trace}:/root/.local/share/reth
- ./op/mainnet:/config
- ./op/lisk/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
labels:
@@ -104,7 +104,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/lisk/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# True
# op
services:
op-mainnet-archive:
@@ -118,6 +118,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_maxPriorityFeePerGas
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
...

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# True
# op
services:
op-sepolia-archive:
@@ -119,6 +119,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_maxPriorityFeePerGas
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
...