generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.upptimerc.yml
95 lines (82 loc) · 3.08 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
owner: bandohq # Your GitHub organization or username, where this repository lives
repo: upptime-monitor # The name of this repository
sites:
- name: Bando Site
url: https://bando.cool
# TODO: Add health checks for each network
- name: MXN Polygon On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "pol"}'
headers:
- "Content-Type: application/json"
- name: MXN Arbitrum On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "arb"}'
headers:
- "Content-Type: application/json"
- name: MXN Optimism On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "opt"}'
headers:
- "Content-Type: application/json"
- name: MXN Avalanche On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "ava"}'
headers:
- "Content-Type: application/json"
- name: MXN BNB Smart Chain On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "bsc"}'
headers:
- "Content-Type: application/json"
- name: MXN Base On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "bas"}'
headers:
- "Content-Type: application/json"
#- name: MXN Solana On-ramps
# url: $QUOTE_ENDPOINT
# method: POST
# body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "sol"}'
# headers:
# - "Content-Type: application/json"
- name: MXN Celo On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "cel"}'
headers:
- "Content-Type: application/json"
- name: MXN Scroll On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDC", "base_amount": "200", "network": "scl"}'
headers:
- "Content-Type: application/json"
- name: MXN Blast On-ramps
url: $QUOTE_ENDPOINT
method: POST
body: '{"base_currency": "MXN", "quote_currency": "USDB", "base_amount": "200", "network": "bls"}'
headers:
- "Content-Type: application/json"
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.bando.cool
# baseUrl: /your-repo-name
logoUrl: https://bando.cool/assets/logo_white-C6gzfV7F.svg
name: Bando Status
introTitle: "Bando Platform Status"
introMessage: ""
navbar:
- title: Status
href: /
- title: Bando
href: https://bando.cool
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration