File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
apps/browser-extension-wallet
packages/e2e-tests/src/assert Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ HELP_URL=https://iohk.zendesk.com/hc/en-us/requests/new
48
48
FAQ_URL=https://www.lace.io/faq
49
49
PRIVACY_POLICY_URL=https://www.lace.io/iog-privacy-policy.pdf
50
50
COOKIE_POLICY_URL=https://www.lace.io/lace-cookie-policy.pdf
51
- TERMS_OF_USE_URL=https://www.lace.io/lace-terms-of-use .pdf
51
+ TERMS_OF_USE_URL=https://www.lace.io/iohktermsandconditions .pdf
52
52
YOUTUBE_RECOVERY_PHRASE_VIDEO_URL=https://www.youtube-nocookie.com/embed/hOFVXo969rk?si=0a-hNDVME6eTboIX
53
53
BANXA_LACE_URL=https://lacewallet.banxa-sandbox.com/
54
54
BANXA_HOMEPAGE_URL=https://banxa.com/
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ HELP_URL=https://iohk.zendesk.com/hc/en-us/requests/new
48
48
FAQ_URL=https://www.lace.io/faq
49
49
PRIVACY_POLICY_URL=https://www.lace.io/iog-privacy-policy.pdf
50
50
COOKIE_POLICY_URL=https://www.lace.io/lace-cookie-policy.pdf
51
- TERMS_OF_USE_URL=https://www.lace.io/lace-terms-of-use .pdf
51
+ TERMS_OF_USE_URL=https://www.lace.io/iohktermsandconditions .pdf
52
52
YOUTUBE_RECOVERY_PHRASE_VIDEO_URL=https://www.youtube-nocookie.com/embed/hOFVXo969rk?si=0a-hNDVME6eTboIX
53
53
BANXA_LACE_URL=https://lacewallet.banxa-sandbox.com/
54
54
BANXA_HOMEPAGE_URL=https://banxa.com/
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ HELP_URL=https://iohk.zendesk.com/hc/en-us/requests/new
45
45
FAQ_URL = https://www.lace.io/faq
46
46
PRIVACY_POLICY_URL = https://www.lace.io/iog-privacy-policy.pdf
47
47
COOKIE_POLICY_URL = https://www.lace.io/lace-cookie-policy.pdf
48
- TERMS_OF_USE_URL = https://www.lace.io/lace-terms-of-use .pdf
48
+ TERMS_OF_USE_URL = https://www.lace.io/iohktermsandconditions .pdf
49
49
YOUTUBE_RECOVERY_PHRASE_VIDEO_URL = https://www.youtube-nocookie.com/embed/hOFVXo969rk?si=0a-hNDVME6eTboIX
50
50
BANXA_LACE_URL = https://lacewallet.banxa-sandbox.com/
51
51
BANXA_HOMEPAGE_URL = https://banxa.com/
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class CommonAssert {
76
76
break ;
77
77
case 'Terms of service' :
78
78
case 'Terms and conditions' :
79
- expectedUrl = 'https://www.lace.io/lace-terms-of-use .pdf' ;
79
+ expectedUrl = 'https://www.lace.io/iohktermsandconditions .pdf' ;
80
80
break ;
81
81
default :
82
82
throw new Error ( `Unsupported legal link - ${ linkName } ` ) ;
You can’t perform that action at this time.
0 commit comments