generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
59 lines (56 loc) · 2.07 KB
/
.upptimerc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Change these first
owner: neonlabsorg # Your GitHub organization or username, where this repository lives
repo: status # The name of this repository
sites:
- name: NeonEVM website
url: https://neonevm.org
__dangerous__body_down_if_text_missing: NeonEVM
- name: Neonpass service
url: https://neonpass.live
__dangerous__body_down_if_text_missing: NeonPass
- name: Neonscan service
url: https://neonscan.org
__dangerous__body_down_if_text_missing: '<div id="root"></div>'
- name: Neonscan API
url: https://api.neonscan.org/block/lastest?offset=0&limit=1
__dangerous__body_down_if_text_missing: '"success":true'
- name: Mainnet proxy on P2P
url: https://neon-proxy-mainnet.solana.p2p.org
method: POST
headers:
- "Content-Type: application/json"
body: '{ "jsonrpc": "2.0", "method": "web3_clientVersion", "params": [], "id": 1 }'
icon: https://icons.duckduckgo.com/ip3/p2p.org.ico
- name: Mainnet proxy on Everstake
url: https://neon-mainnet.everstake.one
method: POST
headers:
- "Content-Type: application/json"
body: '{ "jsonrpc": "2.0", "method": "web3_clientVersion", "params": [], "id": 1 }'
icon: https://avatars.githubusercontent.com/u/49940420
- name: Devnet proxy
url: https://devnet.neonevm.org/solana
method: POST
headers:
- "Content-Type: application/json"
body: '{ "jsonrpc": "2.0", "method": "web3_clientVersion", "params": [], "id": 1 }'
icon: https://icons.duckduckgo.com/ip3/neonevm.org.ico
assignees:
- DevOps
status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
cname: status.neonevm.org
# baseUrl: /
logoUrl: https://neonevm.org/img/logo.svg
name: NeonEVM Status Page
introMessage: Status page for the NeonEVM services
navbar:
- title: Status
href: /
- title: Site
href: https://neonevm.org/
- title: GitHub
href: https://github.com/neonevm
i18n:
footer: Neon Foundation, 2025