From a71e239cf8e12ddaeac48088f199d1be9f26fa89 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:24:30 +0100 Subject: [PATCH] add method --- op-zircuit-mainnet.cfg | 1 + op-zircuit-testnet.cfg | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 op-zircuit-testnet.cfg diff --git a/op-zircuit-mainnet.cfg b/op-zircuit-mainnet.cfg index f77e35da..428b8fb8 100644 --- a/op-zircuit-mainnet.cfg +++ b/op-zircuit-mainnet.cfg @@ -11,6 +11,7 @@ - name: txpool_content - name: zirc_getQuarantineHistory - name: zirc_getQuarantined + - name: zirc_isQuarantined connection: generic: rpc: diff --git a/op-zircuit-testnet.cfg b/op-zircuit-testnet.cfg new file mode 100644 index 00000000..428b8fb8 --- /dev/null +++ b/op-zircuit-testnet.cfg @@ -0,0 +1,22 @@ + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + enabled: + - name: txpool_content + - name: zirc_getQuarantineHistory + - name: zirc_getQuarantined + - name: zirc_isQuarantined + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}"