Skip to content

Commit 48bda27

Browse files
committed
Add Ink chain quote API check
1 parent c8536ca commit 48bda27

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.upptimerc.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ sites:
134134
"sellToken": "0x55d398326f99059ff775485246999027b3197955",
135135
"buyToken": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
136136
"from": "0x21a31Ee1afC51d94C2eFcCAa2092aD1028285549"
137-
}
137+
}
138138
139139
- name: Quote API LINEA # USDT - USDC
140140
method: POST
@@ -149,6 +149,19 @@ sites:
149149
"from": "0x5dc74003c0a9d08eb750b10ed5b02fa7d58d4d1e"
150150
}
151151
152+
- name: Quote API Ink # WETH - USDC
153+
method: POST
154+
url: https://api.cow.fi/ink/api/v1/quote
155+
headers: ["Content-Type: application/json"]
156+
body: |
157+
{
158+
"kind": "sell",
159+
"sellAmountBeforeFee": "10000000000000000000",
160+
"sellToken": "0x4200000000000000000000000000000000000006",
161+
"buyToken": "0x2D270e6886d130D724215A266106e6832161EAEd",
162+
"from": "0xaf88d065e77c8cc2239327c5edb3a432268e5831"
163+
}
164+
152165
- name: BFF - Slippage Tolerance (mainnet) # COW - WETH
153166
url: https://bff.cow.fi/1/markets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB-0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/slippageTolerance
154167

0 commit comments

Comments
 (0)