Skip to content

Commit 7a73822

Browse files
authored
Merge pull request #130 from cowprotocol/update-slippage-check
Update slippage check
2 parents 1a1f7da + d734ba1 commit 7a73822

File tree

112 files changed

+139
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+139
-139
lines changed

.github/workflows/graphs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.38.0
9+
# 🔼 Upptime @v1.39.0
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -32,7 +32,7 @@ jobs:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}
3434
- name: Generate graphs
35-
uses: upptime/uptime-monitor@v1.38.0
35+
uses: upptime/uptime-monitor@v1.39.0
3636
with:
3737
command: "graphs"
3838
env:

.github/workflows/response-time.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.38.0
9+
# 🔼 Upptime @v1.39.0
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -32,7 +32,7 @@ jobs:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}
3434
- name: Update response time
35-
uses: upptime/uptime-monitor@v1.38.0
35+
uses: upptime/uptime-monitor@v1.39.0
3636
with:
3737
command: "response-time"
3838
env:

.github/workflows/setup.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.38.0
9+
# 🔼 Upptime @v1.39.0
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -33,20 +33,20 @@ jobs:
3333
ref: ${{ github.head_ref }}
3434
token: ${{ secrets.GH_PAT || github.token }}
3535
- name: Update template
36-
uses: upptime/uptime-monitor@v1.38.0
36+
uses: upptime/uptime-monitor@v1.39.0
3737
with:
3838
command: "update-template"
3939
env:
4040
GH_PAT: ${{ secrets.GH_PAT || github.token }}
4141
- name: Update response time
42-
uses: upptime/uptime-monitor@v1.38.0
42+
uses: upptime/uptime-monitor@v1.39.0
4343
with:
4444
command: "response-time"
4545
env:
4646
GH_PAT: ${{ secrets.GH_PAT || github.token }}
4747
SECRETS_CONTEXT: ${{ toJson(secrets) }}
4848
- name: Update summary in README
49-
uses: upptime/uptime-monitor@v1.38.0
49+
uses: upptime/uptime-monitor@v1.39.0
5050
with:
5151
command: "readme"
5252
env:
@@ -57,7 +57,7 @@ jobs:
5757
workflow: Graphs CI
5858
token: ${{ secrets.GH_PAT || github.token }}
5959
- name: Generate site
60-
uses: upptime/uptime-monitor@v1.38.0
60+
uses: upptime/uptime-monitor@v1.39.0
6161
with:
6262
command: "site"
6363
env:

.github/workflows/site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.38.0
9+
# 🔼 Upptime @v1.39.0
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ github.head_ref }}
3434
token: ${{ secrets.GH_PAT || github.token }}
3535
- name: Generate site
36-
uses: upptime/uptime-monitor@v1.38.0
36+
uses: upptime/uptime-monitor@v1.39.0
3737
with:
3838
command: "site"
3939
env:

.github/workflows/summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.38.0
9+
# 🔼 Upptime @v1.39.0
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -32,7 +32,7 @@ jobs:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}
3434
- name: Update summary in README
35-
uses: upptime/uptime-monitor@v1.38.0
35+
uses: upptime/uptime-monitor@v1.39.0
3636
with:
3737
command: "readme"
3838
env:

.github/workflows/update-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.38.0
9+
# 🔼 Upptime @v1.39.0
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime

.github/workflows/updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.38.0
9+
# 🔼 Upptime @v1.39.0
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime

.github/workflows/uptime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.38.0
9+
# 🔼 Upptime @v1.39.0
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -32,7 +32,7 @@ jobs:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}
3434
- name: Check endpoint status
35-
uses: upptime/uptime-monitor@v1.38.0
35+
uses: upptime/uptime-monitor@v1.39.0
3636
with:
3737
command: "update"
3838
env:

.upptimerc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ sites:
7272
}
7373
7474
- name: BFF - Slippage Tolerance (mainnet)
75-
url: https://bff.cow.fi/chains/1/markets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB-0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/slippageTolerance
75+
url: https://bff.cow.fi/1/markets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB-0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/slippageTolerance
7676

7777
- name: BFF - Slippage Tolerance (Gnosis Chain)
78-
url: https://bff.cow.fi/chains/100/markets/0x177127622c4a00f3d409b75571e12cb3c8973d3c-0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d/slippageTolerance
78+
url: https://bff.cow.fi/100/markets/0x177127622c4a00f3d409b75571e12cb3c8973d3c-0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d/slippageTolerance
7979

8080
- name: BFF - Slippage Tolerance (Arbitrum One)
81-
url: https://bff.cow.fi/chains/42161/markets/0xcb8b5cd20bdcaea9a010ac1f8d835824f5c87a04-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/slippageTolerance
81+
url: https://bff.cow.fi/42161/markets/0xcb8b5cd20bdcaea9a010ac1f8d835824f5c87a04-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/slippageTolerance
8282

8383
- name: BFF - USD Price (mainnet)
8484
url: https://bff.cow.fi/1/tokens/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/usdPrice

README.md

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)