Skip to content

Commit

Permalink
disable hrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Dec 16, 2024
1 parent d4a894c commit 52a784d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ sites:
headers:
- "Content-Type: application/json"
body: '{"id":1,"jsonrpc":"2.0","method": "eth_getBlockByNumber","params":["latest", false]}'
- name: rpc-darwinia-hrpc
url: https://hrpc.darwinia.network/darwinia
method: POST
headers:
- "Content-Type: application/json"
body: '{"id":1,"jsonrpc":"2.0","method": "eth_getBlockByNumber","params":["latest", false]}'
# - name: rpc-darwinia-hrpc
# url: https://hrpc.darwinia.network/darwinia
# method: POST
# headers:
# - "Content-Type: application/json"
# body: '{"id":1,"jsonrpc":"2.0","method": "eth_getBlockByNumber","params":["latest", false]}'


- name: rpc-darwinia-collator-a
Expand Down Expand Up @@ -145,12 +145,12 @@ sites:
headers:
- "Content-Type: application/json"
body: '{"id":1,"jsonrpc":"2.0","method": "eth_getBlockByNumber","params":["latest", false]}'
- name: rpc-crab-hrpc
url: https://hrpc.darwinia.network/crab
method: POST
headers:
- "Content-Type: application/json"
body: '{"id":1,"jsonrpc":"2.0","method": "eth_getBlockByNumber","params":["latest", false]}'
# - name: rpc-crab-hrpc
# url: https://hrpc.darwinia.network/crab
# method: POST
# headers:
# - "Content-Type: application/json"
# body: '{"id":1,"jsonrpc":"2.0","method": "eth_getBlockByNumber","params":["latest", false]}'


- name: rpc-crab-collator-a
Expand Down

0 comments on commit 52a784d

Please sign in to comment.