generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.upptimerc.yml
328 lines (321 loc) · 9.53 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
# Change these first
owner: DimensionDev # Your GitHub organization or username, where this repository lives
repo: status # The name of this repository
sites:
- name: mask.io
url: https://mask.io
- name: Maskbook UnlockProtocol plugin server
url: https://unlock.r2d2.to
# Mastodon Instances
- name: mastodon.cloud
url: https://mastodon.cloud/health
__dangerous__body_degraded_if_text_missing: "OK"
- name: mstdn.jp
url: https://mstdn.jp/health
__dangerous__body_degraded_if_text_missing: "OK"
# RPC server used by Mask products
- name: RPC server - Infura Mainnet
url: $INFURA_MAINNET_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Quiknode Mainnet
url: $QUIKNODE_MAINNET_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Binance BSC
url: $BINANCE_BSC_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Infura Matic Mainnet
url: $INFURA_MATIC_MAINNET_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Arbitrum
url: $ARBITRUM_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "0x"
assignees:
- frontendgatekeeper
- name: RPC server - xDai
url: $XDAI_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Avalanche
url: $AVALANCHE_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Celo
url: $CELO_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Fantom
url: $FANTOM_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Aurora
url: $AURORA_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Conflux
url: $CONFLUX_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "0x"
assignees:
- frontendgatekeeper
- name: RPC server - Harmony
url: $HARMONY_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "0x"
assignees:
- frontendgatekeeper
- name: RPC server - Astar
url: $ASTAR_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
- name: RPC server - Optimism
url: $OPTIMISM_RPC_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":42}'
__dangerous__body_degraded_if_text_missing: "true"
assignees:
- frontendgatekeeper
# API server used by Mask products
- name: API - Rabby Token
url: $RABBY_TOKEN_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Astar Gas Price
url: $ASTAR_GAS_PRICE_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Chainbase NFT
url: $CHAINBASE_NFT_API_URL
method: GET
headers:
- "X-API-KEY: $CHAINBASE_NFT_API_X_API_KEY"
assignees:
- frontendgatekeeper
- name: API - CoinMarketCap Trending Widget
url: $COINMARKETCAP_TRENDING_WIDGET_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - CoinMarketCap Trending
url: $COINMARKETCAP_TRENDING_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - CoinGecko Trending
url: $COINGECKO_TRENDING_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Debank Gas Price Dict
url: $DEBANK_GAS_PRICE_DICT_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Debank NFT
url: $DEBANK_NFT_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Gem NFT
url: $GEM_NFT_API_URL
method: GET
headers:
- "x-api-key: $GEM_NFT_API_X_API_KEY"
assignees:
- frontendgatekeeper
- name: API - Gopluslabs Security
url: $GOPLUSLABS_SECURITY_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Looksrare NFT
url: $LOOKSRARE_NFT_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Metaswap Gas Price
url: $METASWAP_GAS_PRICE_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Minds SNS
url: $MINDS_SNS_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - NFTScan EVM NFT
url: $NFTSCAN_EVM_NFT_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - NFTScan Solana NFT
url: $NFTSCAN_SOLANA_NFT_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - NFTScan Trending
url: $NFTSCAN_TRENDING_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - NFTScan Trending
url: $NFTSCAN_TRENDING_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Rabby NFT
url: $RABBY_NFT_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - X2Y2 NFT
url: $X2Y2_NFT_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Zora NFT
url: $ZORA_NFT_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Twitter Identity
url: $TWITTER_IDENTITY_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Lens
url: $LENS_API_URL
method: POST
headers:
- "Content-Type: application/json"
body: '{"query":"query Query { ping }"}'
__dangerous__body_degraded_if_text_missing: "pong"
assignees:
- frontendgatekeeper
- name: API - RSS3 Domain
url: $RSS3_DOMAIN_API_URL
method: GET
assignees:
- frontendgatekeeper
- name: API - Relation Service
url: $RELATION_SERVICE_API_URL
method: POST
headers:
- "Content-Type: application/json"
__dangerous__body_degraded_if_text_missing: "true"
body: '{"operationName": "GET_PROFILES_QUERY", "variables": {"platform": "ethereum", "identity": "_"}, "query": "query GET_PROFILES_QUERY($platform: String, $identity: String) { identity(platform: $platform, identity: $identity) { neighborWithTraversal(depth: 1) { source }}}"}'
assignees:
- frontendgatekeeper
- name: API - Simple Hash
url: $SIMPLE_HASH_API_URL
method: GET
headers:
- "x-api-key: $SIMPLE_HASH_API_KEY"
assignees:
- frontendgatekeeper
- name: API - Twitter Handler Verify
url: $TWITTER_HANDLER_VERIFY_URL
method: GET
headers:
- "x-api-key: $TWITTER_HANDLER_VERIFY_API_KEY"
assignees:
- frontendgatekeeper
# Assets
- name: Assets - Cloudflare Images
url: $CLOUDFLARE_IMAGES_ASSETS_IMAGE_URL
method: GET
assignees:
- frontendgatekeeper
# Maskbook File Service Recovery
- name: Maskbook File Service Recovery
url: https://mask-fileservice-landingpage.pages.dev/recover
method: GET
assignees:
- frontendgatekeeper
# Arweave
- name: Arweave
url: https://2uhlk62ro3ctby7mehzurppjwc7tjuezhzthbjabmm2v6jtrnsba.arweave.net/1Q61e1F2xTDj7CHzSL3psL800Jk-ZnCkAWM1XyZxbII#uxKdi0MDuxp7huif
method: GET
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.mask.io
# baseUrl: /your-repo-name
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
name: Mask.io Service Status
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime)
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration