Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Oct 31, 2023
1 parent f1faaaa commit 6fd127f
Showing 1 changed file with 30 additions and 39 deletions.
69 changes: 30 additions & 39 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,36 @@ repo: gnosispay-uptime
sites:
- name: "GnosisPay"
url: https://gnosispay.com/
- name: "GnosisPay DEVNET RPC"
method: POST
url: https://rpc.devnet.gnosispay.network
headers: ["Content-Type: application/json"]
body: |
{
"method": "eth_blockNumber",
"params":[],
"id":1,
"jsonrpc":"2.0"
}
- name: "GnosisPay DEVNET Explorer"
url: https://explorer.devnet.gnosispay.network
- name: "GnosisPay TESTNET RPC"
method: POST
url: https://rpc.testnet.gnosispay.network
headers: ["Content-Type: application/json"]
body: |
{
"method": "eth_blockNumber",
"params":[],
"id":1,
"jsonrpc":"2.0"
}
- name: "GnosisPay TESTNET Explorer"
url: https://explorer.testnet.gnosispay.network
- name: "Bicocca Testnet RPC"
method: POST
url: https://rpc.bicoccachain.net/
headers: ["Content-Type: application/json"]
body: |
{
"method": "eth_blockNumber",
"params":[],
"id":1,
"jsonrpc":"2.0"
}
- name: "Bicocca Testnet Blockscout Explorer"
url: https://explorer.bicoccachain.net/
- name: "GnosisPay API"
url: https://api.gnosispay.com/health
- name: "GnosisPay API - DEV"
url: https://api.dev.gnosispay.com/health
# - name: "GnosisPay Testnet RPC"
# method: POST
# url: https://rpc.dev.gnosispay.network
# headers: ["Content-Type: application/json"]
# body: |
# {
# "method": "eth_blockNumber",
# "params":[],
# "id":1,
# "jsonrpc":"2.0"
# }
# - name: "GnosisPay Testnet Explorer"
# url: https://explorer.dev.gnosispay.network
# - name: "GnosisPay TESTNET RPC"
# method: POST
# url: https://rpc.testnet.gnosispay.network
# headers: ["Content-Type: application/json"]
# body: |
# {
# "method": "eth_blockNumber",
# "params":[],
# "id":1,
# "jsonrpc":"2.0"
# }


status-website:
name: GnosisPay
introTitle: "**GnosisPay**"
Expand Down

0 comments on commit 6fd127f

Please sign in to comment.