Skip to content

Commit

Permalink
Fix Kraken TOS declaration (#1258)
Browse files Browse the repository at this point in the history
fix kraken tos declaration
  • Loading branch information
afisher3578 authored Jan 10, 2024
1 parent 73b8170 commit ad185e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions declarations/Kraken.history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"Terms of Service": [
{
"fetch": "https://www.kraken.com/en-us/legal#complete-tos",
"select": {
"startBefore": "#complete-tos",
"endBefore": "#margin-disclosure-statement"
},
"executeClientScripts": true,
"validUntil": "2023-11-01T19:51:08Z"
}
]
}
4 changes: 2 additions & 2 deletions declarations/Kraken.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Terms of Service": {
"fetch": "https://www.kraken.com/en-us/legal#complete-tos",
"select": {
"startBefore": "#complete-tos",
"endBefore": "#margin-disclosure-statement"
"startAfter": ".kraken-header",
"endBefore": ".kraken-footer"
},
"executeClientScripts": true
},
Expand Down

0 comments on commit ad185e0

Please sign in to comment.