generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
121 lines (100 loc) · 3.66 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
owner: cowprotocol
repo: uptime
sites:
- name: CoW Swap
url: https://swap.cow.fi/
- name: Explorer
url: http://explorer.cow.fi
- name: CoW Swap - Barn
url: https://barn.cow.fi/
- name: CoW Swap - Widget
url: https://widget.cow.fi
- name: "Explorer - Barn"
url: https://barn.explorer.cow.fi
- name: CoW Protocol
url: https://cow.fi
- name: CoW Protocol - Docs
url: https://docs.cow.fi
- name: CoW Protocol - Learn
url: https://learn.cow.fi
- name: MEV Blocker
url: https://mevblocker.io/
- name: CoW Swap Token List
url: https://files.cow.fi/tokens/CowSwap.json
- name: Quote API Mainnet
method: POST
url: https://api.cow.fi/mainnet/api/v1/quote
headers: ["Content-Type: application/json"]
body: |
{
"kind": "sell",
"sellAmountBeforeFee": "10000000000000000000",
"sellToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"buyToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"from": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B"
}
- name: Quote API Gnosis Chain
method: POST
url: https://api.cow.fi/xdai/api/v1/quote
headers: ["Content-Type: application/json"]
body: |
{
"kind": "sell",
"sellAmountBeforeFee": "10000000000000000000000",
"sellToken": "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
"buyToken": "0xddafbb505ad214d7b80b1f830fccc89b60fb7a83",
"from": "0xC9Fe2D32E96Bb364c7d29f3663ed3b27E30767bB"
}
- name: Quote API Arbitrum One
method: POST
url: https://api.cow.fi/arbitrum_one/api/v1/quote
headers: ["Content-Type: application/json"]
body: |
{
"kind": "sell",
"sellAmountBeforeFee": "10000000000000000000",
"sellToken": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
"buyToken": "0xaf88d065e77c8cc2239327c5edb3a432268e5831",
"from": "0xaf88d065e77c8cc2239327c5edb3a432268e5831"
}
- name: BFF - Slippage Tolerance (mainnet)
url: https://bff.cow.fi/chains/1/markets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB-0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/slippageTolerance
- name: BFF - Slippage Tolerance (Gnosis Chain)
url: https://bff.cow.fi/chains/100/markets/0x177127622c4a00f3d409b75571e12cb3c8973d3c-0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d/slippageTolerance
- name: BFF - Slippage Tolerance (Arbitrum One)
url: https://bff.cow.fi/chains/42161/markets/0xcb8b5cd20bdcaea9a010ac1f8d835824f5c87a04-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/slippageTolerance
- name: BFF - USD Price (mainnet)
url: https://bff.cow.fi/1/tokens/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/usdPrice
- name: BFF - USD Price (Gnosis Chain)
url: https://bff.cow.fi/100/tokens/0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d/usdPrice
- name: BFF - USD Price (Arbitrum One)
url: https://bff.cow.fi/42161/tokens/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/usdPrice
status-website:
cname: status.cow.fi
baseUrl: /
# baseUrl: /cow-uptime
logoUrl: https://raw.githubusercontent.com/cowprotocol/uptime/master/assets/CowSwap-logo.svg
name: Upptime
introTitle: "Status for CowSwap"
introMessage: Check the availability for CowSwap.
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/cowprotocol/cowswap
- title: Analytics
href: https://dune.com/cowprotocol/Gnosis-Protocol-V2
assignees:
- alfetopito
- anxolin
- ahhda
theme: dark
workflowSchedule:
graphs: "0 0 * * *"
responseTime: "0 23 * * *"
staticSite: "0 1 * * *"
summary: "0 0 * * *"
updateTemplate: "0 0 * * *"
updates: "0 3 * * *"
uptime: "*/5 * * * *"
skipDeleteIssues: true