Skip to content

Commit

Permalink
fix darwinia rpc host
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Nov 6, 2024
1 parent d2ad2ed commit fe24d6e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ sites:
- "Content-Type: application/json"
body: '{"id":1,"jsonrpc":"2.0","method": "eth_getBlockByNumber","params":["latest", false]}'
- name: rpc-darwinia-itering-c2
url: http://c1.darwinia-rpc.itering.io:9944
method: POST
headers:
- "Content-Type: application/json"
body: '{"id":1,"jsonrpc":"2.0","method": "eth_getBlockByNumber","params":["latest", false]}'
- name: rpc-darwinia-itering-c2
url: http://c1.darwinia-rpc.itering.io:9944
url: http://c2.darwinia-rpc.itering.io:9944
method: POST
headers:
- "Content-Type: application/json"
Expand Down

0 comments on commit fe24d6e

Please sign in to comment.