From eb1df3ecaf8e58e98041d8b24ec368640a5bd10d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:05:34 +0200 Subject: [PATCH] disable peer validation --- op-zora-archive.cfg | 22 ++++++++++++++++++++++ op-zora-mainnet.cfg | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 op-zora-archive.cfg create mode 100644 op-zora-mainnet.cfg diff --git a/op-zora-archive.cfg b/op-zora-archive.cfg new file mode 100644 index 00000000..680e4751 --- /dev/null +++ b/op-zora-archive.cfg @@ -0,0 +1,22 @@ + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + enabled: + - name: txpool_content + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + options: + validate-peers: false + \ No newline at end of file diff --git a/op-zora-mainnet.cfg b/op-zora-mainnet.cfg new file mode 100644 index 00000000..680e4751 --- /dev/null +++ b/op-zora-mainnet.cfg @@ -0,0 +1,22 @@ + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + enabled: + - name: txpool_content + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + options: + validate-peers: false + \ No newline at end of file