From 456417a7d92f81fa2377f8c0da24652c92e2c8bf Mon Sep 17 00:00:00 2001 From: Rob Cannon Date: Wed, 4 Dec 2024 23:38:52 +0700 Subject: [PATCH] chore: rm ams endpoints --- .upptimerc.yml | 65 ++++++++++++++++---------------------------------- 1 file changed, 21 insertions(+), 44 deletions(-) diff --git a/.upptimerc.yml b/.upptimerc.yml index 40db05e41a..b1722b7504 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -14,11 +14,6 @@ sites: headers: - "User-Agent: icon uptime" -# - name: Prod Mainnet API -# url: https://tracker.icon.community/api/v1/api/v1/blocks -# headers: -# - "User-Agent: icon uptime" - - name: Prod Mainnet Blocks Service (WS) check: "ws" maxResponseTime: 10000 @@ -26,48 +21,30 @@ sites: - name: Prod Mainnet Governance Service url: https://tracker.icon.community/api/v1/governance/preps + headers: + - "User-Agent: icon uptime" - name: Prod Mainnet Contracts Service url: https://tracker.icon.community/api/v1/contracts + headers: + - "User-Agent: icon uptime" - # Ams MAINNET - - name: Prod Mainnet Tracker Frontend (Amsterdam) - url: https://tracker.icon.community/ - - - name: Prod Mainnet API (Amsterdam) - url: https://tracker.icon.community/api/v1/blocks - - name: Prod Mainnet Blocks Service (WS) - check: "ws" - maxResponseTime: 10000 - url: https://tracker.icon.community/ws/v1/blocks - - - name: Prod Mainnet Governance Service (Amsterdam) - url: https://tracker.icon.community/api/v1/governance/preps - - name: Prod Mainnet Contracts Service (Amsterdam) - url: https://tracker.icon.community/api/v1/contracts - - # Sng MAINNET - - name: Prod Mainnet Tracker Frontend (Singapore) - url: https://tracker.icon.community/ - - - name: Prod Mainnet API (Singapore) + - name: Prod Mainnet API url: https://tracker.icon.community/api/v1/blocks - - name: Prod Mainnet Blocks Service (WS) - check: "ws" - maxResponseTime: 10000 - url: https://tracker.icon.community/ws/v1/blocks + headers: + - "User-Agent: icon uptime" - - name: Prod Mainnet Governance Service (Singapore) + - name: Prod Mainnet Governance Service url: https://tracker.icon.community/api/v1/governance/preps - - name: Prod Mainnet Contracts Service (Singapore) + - name: Prod Mainnet Contracts Service url: https://tracker.icon.community/api/v1/contracts - name: Prod Mainnet RPC url: https://api.icon.community/api/v3 method: POST body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' - - name: Prod Mainnet Amsterdam RPC - url: https://api.mainnet.ams.vultr.icon.community/api/v3 + - name: Prod Mainnet Cluster1 RPC + url: https://cluster1.api.mainnet.icon.community/api/v3 method: POST body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' - name: Prod Mainnet Singapore RPC @@ -79,8 +56,8 @@ sites: url: https://api.lisbon.icon.community/api/v3 method: POST body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' - - name: Prod Lisbon Amsterdam RPC - url: https://api.lisbon.ams.vultr.icon.community/api/v3 + - name: Prod Lisbon Cluster1 RPC + url: https://cluster1.api.lisbon.icon.community/api/v3 method: POST body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' - name: Prod Lisbon Singapore RPC @@ -88,14 +65,14 @@ sites: method: POST body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' -# - name: Prod Berlin RPC -# url: https://api.berlin.icon.community/api/v3 -# method: POST -# body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' -# - name: Prod Berlin Amsterdam RPC -# url: https://api.berlin.ams.vultr.icon.community/api/v3 -# method: POST -# body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' + - name: Prod Berlin RPC + url: https://api.berlin.icon.community/api/v3 + method: POST + body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' + - name: Prod Berlin Cluster1 RPC + url: https://cluster1.api.berlin.icon.community/api/v3 + method: POST + body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}' - name: Prod Berlin Singapore RPC url: https://api.berlin.sng.vultr.icon.community/api/v3 method: POST