From 6fd127f22bd008199b9c3877d8bc00d5bc50956a Mon Sep 17 00:00:00 2001 From: riccardo <106812074+riccardo-gnosis@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:00:05 +0100 Subject: [PATCH] update --- .upptimerc.yml | 69 ++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 39 deletions(-) diff --git a/.upptimerc.yml b/.upptimerc.yml index ebe4d95e9..923bf774a 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -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**"