fix
This commit is contained in:
@@ -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
|
||||
...
|
||||
@@ -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
|
||||
...
|
||||
@@ -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
|
||||
...
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
...
|
||||
@@ -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
|
||||
...
|
||||
Reference in New Issue
Block a user