Skip to content

Commit

Permalink
✨ Add Subquery GraphQL API okp4-nemeton-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Nov 10, 2023
1 parent 231de76 commit 3b64956
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ sites:
- name: Nemeton Program Web Site
url: "https://nemeton.okp4.network"
- name: RPC okp4-nemeton-1
url: >-
https://api.testnet.okp4.network/cosmos/base/tendermint/v1beta1/blocks/latest
url: "https://api.testnet.okp4.network/cosmos/base/tendermint/v1beta1/blocks/latest"
- name: Subquery GraphQL API okp4-nemeton-1
method: POST
url: "https://api.subquery.network/sq/okp4/nemeton-1"
headers:
- "Accept: application/json"
- "Content-Type: application/json"
- "Host: api.subquery.network"
body: '{ "query": "{blocks(last: 1) { nodes { chainId height } } }" }'
__dangerous__body_degraded: errors

status-website:
cname: status.okp4.network
Expand Down

0 comments on commit 3b64956

Please sign in to comment.