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}"