File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2424 "OISY_LOGGING_INTO_OISY_URL" : " https://docs.oisy.com/using-oisy-wallet/how-tos/logging-into-oisy" ,
2525 "OISY_CREATING_A_WALLET_URL" : " https://docs.oisy.com/using-oisy-wallet/how-tos/creating-a-wallet" ,
2626 "OISY_SCAN_URL" : " https://docs.oisy.com/using-oisy-wallet/how-tos/universal-scanner" ,
27- "OISY_PAY_URL" : " https://docs.oisy.com/using-oisy-wallet/oisy-pay"
27+ "OISY_PAY_URL" : " https://docs.oisy.com/using-oisy-wallet/oisy-pay" ,
28+ "OISY_HIDE_MICRO_TRANSACTIONS_DOCS_URL" : " https://docs.oisy.com/introduction/oisy-keeps-you-protected#filter-for-small-transactions"
2829}
Original file line number Diff line number Diff line change @@ -26,5 +26,6 @@ export const OisyMetadataSchema = z.object({
2626 OISY_LOGGING_INTO_OISY_URL : z . url ( ) ,
2727 OISY_CREATING_A_WALLET_URL : z . url ( ) ,
2828 OISY_SCAN_URL : z . url ( ) ,
29- OISY_PAY_URL : z . url ( )
29+ OISY_PAY_URL : z . url ( ) ,
30+ OISY_HIDE_MICRO_TRANSACTIONS_DOCS_URL : z . url ( )
3031} ) ;
Original file line number Diff line number Diff line change 1111 import Button from ' $lib/components/ui/Button.svelte' ;
1212 import Copy from ' $lib/components/ui/Copy.svelte' ;
1313 import ExternalLink from ' $lib/components/ui/ExternalLink.svelte' ;
14+ import { OISY_HIDE_MICRO_TRANSACTIONS_DOCS_URL } from ' $lib/constants/oisy.constants' ;
1415 import {
1516 SETTINGS_ACTIVE_NETWORKS_EDIT_BUTTON ,
1617 SETTINGS_ADDRESS_LABEL
136137
137138 <ExternalLink
138139 ariaLabel ={$i18n .settings .text .learn_more }
139- href =" https://support.oisy.com/hc/hidden-transactions "
140+ href ={ OISY_HIDE_MICRO_TRANSACTIONS_DOCS_URL }
140141 iconVisible ={false }>{$i18n .settings .text .learn_more }</ExternalLink
141142 >
142143 </span >
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ export const {
2828 OISY_LOGGING_INTO_OISY_URL ,
2929 OISY_CREATING_A_WALLET_URL ,
3030 OISY_SCAN_URL ,
31- OISY_PAY_URL
31+ OISY_PAY_URL ,
32+ OISY_HIDE_MICRO_TRANSACTIONS_DOCS_URL
3233} = safeParse ( {
3334 schema : OisyMetadataSchema ,
3435 value : metadata ,
@@ -58,7 +59,8 @@ export const {
5859 OISY_LOGGING_INTO_OISY_URL : '' ,
5960 OISY_CREATING_A_WALLET_URL : '' ,
6061 OISY_SCAN_URL : '' ,
61- OISY_PAY_URL : ''
62+ OISY_PAY_URL : '' ,
63+ OISY_HIDE_MICRO_TRANSACTIONS_DOCS_URL : ''
6264 }
6365} ) ;
6466
You can’t perform that action at this time.
0 commit comments