add method
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
- name: txpool_content
|
- name: txpool_content
|
||||||
- name: zirc_getQuarantineHistory
|
- name: zirc_getQuarantineHistory
|
||||||
- name: zirc_getQuarantined
|
- name: zirc_getQuarantined
|
||||||
|
- name: zirc_isQuarantined
|
||||||
connection:
|
connection:
|
||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
|
|||||||
22
op-zircuit-testnet.cfg
Normal file
22
op-zircuit-testnet.cfg
Normal file
@@ -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}"
|
||||||
Reference in New Issue
Block a user