Skip to content

Commit 4f55fd4

Browse files
committed
Merge branch 'staging'
2 parents 5a5c917 + 566cdb5 commit 4f55fd4

File tree

119 files changed

+11539
-1051
lines changed

Some content is hidden

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

119 files changed

+11539
-1051
lines changed

.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ VITE_XAHAU_TESTNET_LINK=
1616
VITE_CUSTOMNETWORK_LINK=
1717
VITE_VALIDATOR=vl.ripple.com
1818

19+
#XRPL Environment: mainnet, testnet, devnet, amm, hooks_testnet, custom
20+
VITE_ENVIRONMENT=mainnet
21+
1922
#External data source - XRPLMeta node for token search results
2023
XRPL_META_URL=s1.xrplmeta.org
2124

22-
#XRPL Environment: mainnet, testnet, devnet, amm, hooks_testnet, custom
23-
VITE_ENVIRONMENT=mainnet
25+
#LOS enpoint url
26+
VITE_LOS_URL=https://los.dev.ripplex.io
2427

2528
#VHS endpoint url
2629
VITE_DATA_URL=https://data.xrpl.org/v1/network
2730

2831
# Whether to use ws instead of wss (boolean)
2932
# Only used locally (the deployed Explorer requires wss)
3033
VITE_INSECURE_WS=0
31-
32-
# LOS Endpoint URL
33-
VITE_LOS_URL=https://los.dev.ripplex.io

public/locales/ca-CA/translations.json

Lines changed: 94 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@
233233
"history": "Història",
234234
"voting": "Votant",
235235
"raw": "Raw",
236+
"expand": "Expandir",
237+
"collapse": "Contraure",
236238
"simple_not_supported": "Visió `Simple` no suportada encara per",
237239
"try_detailed_raw": "Intenta visió `Detallada` o `Raw`",
238240
"account": "Compte",
@@ -534,7 +536,7 @@
534536
"asset_class": null,
535537
"trading_pairs": null,
536538
"deleted": null,
537-
"holders": null,
539+
"holders_count": null,
538540
"trustlines": null,
539541
"website": null,
540542
"assets.no_mpts_message": null,
@@ -559,7 +561,6 @@
559561
"can_trade": null,
560562
"can_transfer": null,
561563
"can_clawback": null,
562-
"search_results_banner": null,
563564
"enable_amendment_name": null,
564565
"amendment_status": null,
565566
"expected_date": null,
@@ -581,6 +582,23 @@
581582
"tx_delegated_to": null,
582583
"account_delegates_to": null,
583584
"delegate_to": null,
585+
"volume": null,
586+
"holders": null,
587+
"trades": null,
588+
"no_of_tokens": null,
589+
"volume_24h_total": null,
590+
"volume_24h_total_description": null,
591+
"market_cap_metric_description": null,
592+
"market_cap_description": null,
593+
"24h_description": null,
594+
"volume_description": null,
595+
"trades_description": null,
596+
"tvl_description": null,
597+
"stablecoin_description": null,
598+
"stablecoin": null,
599+
"wrapped": null,
600+
"tokens_footnote": null,
601+
"xrplmeta_guidelines": null,
584602
"inner_transaction": null,
585603
"batch_table_detail_count": null,
586604
"batch_table_detail_list": null,
@@ -691,5 +709,78 @@
691709
"account_page_asset_table_no_iou": null,
692710
"account_page_asset_table_no_lptoken": null,
693711
"account_page_asset_table_no_mpt": null,
694-
"account_page_asset_table_no_nft": null
712+
"account_page_asset_table_no_nft": null,
713+
"general_overview": null,
714+
"reputation_level": null,
715+
"market_data": null,
716+
"supply": null,
717+
"circulating_supply": null,
718+
"trades_24h": null,
719+
"amm_tvl": null,
720+
"CredentialAccept": null,
721+
"CredentialCreate": null,
722+
"CredentialDelete": null,
723+
"DIDDelete": null,
724+
"DIDSet": null,
725+
"quorum_description": null,
726+
"avg_fee_description": null,
727+
"ledger_interval_description": null,
728+
"txn_ledger_description": null,
729+
"txn_sec_description": null,
730+
"load_fee_description": null,
731+
"nUnl_description": null,
732+
"volume": null,
733+
"holders": null,
734+
"trades": null,
735+
"no_of_tokens": null,
736+
"volume_24h_total": null,
737+
"volume_24h_total_description": null,
738+
"market_cap_metric_description": null,
739+
"market_cap_description": null,
740+
"24h_description": null,
741+
"volume_description": null,
742+
"trades_description": null,
743+
"tvl_description": null,
744+
"stablecoin_description": null,
745+
"stablecoin": null,
746+
"wrapped": null,
747+
"tokens_footnote": null,
748+
"token_page.general_overview": null,
749+
"token_page.issuer": null,
750+
"token_page.price": null,
751+
"token_page.holders": null,
752+
"token_page.trustlines": null,
753+
"token_page.transfer_fee": null,
754+
"token_page.reputation_level": null,
755+
"token_page.market_data": null,
756+
"token_page.supply": null,
757+
"token_page.circulating_supply": null,
758+
"token_page.market_cap": null,
759+
"token_page.volume_24h": null,
760+
"token_page.trades_24h": null,
761+
"token_page.amm_tvl": null,
762+
"token_page.all_tx": null,
763+
"token_page.dex_tx": null,
764+
"token_page.transfers_tx": null,
765+
"token_page.holders_table": null,
766+
"tx_hash": null,
767+
"timestamp": null,
768+
"amount_in": null,
769+
"amount_out": null,
770+
"rate": null,
771+
"token_page.holders_rank": null,
772+
"token_page.holders_num_tokens": null,
773+
"token_page.holders_percent_supply": null,
774+
"token_page.holders_usd_value": null,
775+
"token_page.holders_no_holders": null,
776+
"token_page.dex_type": null,
777+
"token_page.dex_amount_in_tooltip": null,
778+
"token_page.dex_amount_out_tooltip": null,
779+
"token_page.dex_rate_tooltip": null,
780+
"token_page.dex_data_notice": null,
781+
"token_page.dex_no_trades": null,
782+
"token_page.transfers_data_notice": null,
783+
"token_page.transfers_no_transfers": null,
784+
"token_page.token_label": null,
785+
"token_page.category_text": null
695786
}

public/locales/en-US/translations.json

Lines changed: 68 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@
239239
"history": "History",
240240
"voting": "Voting",
241241
"raw": "Raw",
242+
"expand": "Expand",
243+
"collapse": "Collapse",
242244
"try_detailed_raw": "Try `Detailed` or `Raw` view",
243245
"account": "Account",
244246
"transaction_cost": "Transaction Cost",
@@ -543,7 +545,7 @@
543545
"asset_class": "Asset Class",
544546
"trading_pairs": "Trading Pairs",
545547
"deleted": "Deleted",
546-
"holders": "HOLDERS: {{holders}}",
548+
"holders_count": "HOLDERS: {{holders}}",
547549
"trustlines": " TRUSTLINES: {{trustlines}}",
548550
"website": "Website",
549551
"mpt_issuance_id": "MPT Issuance ID",
@@ -560,7 +562,6 @@
560562
"can_trade": "Can Trade",
561563
"can_transfer": "Can Transfer",
562564
"can_clawback": "Can Clawback",
563-
"search_results_banner": "Token search by name and account is now available! Try searching for USD",
564565
"enable_amendment_name": "Amendment Name",
565566
"amendment_status": "Amendment Status",
566567
"expected_date": "Expected Date",
@@ -588,6 +589,23 @@
588589
"tx_delegated_to": "The transaction is delegated to <Account/>",
589590
"account_delegates_to": "<Account/> delegates <Permissions/> permissions to <Authorize/>",
590591
"delegate_to": "<DelegateLabel/> <Permissions/> permissions to <Account/>",
592+
"volume": "Volume",
593+
"holders": "Holders",
594+
"trades": "Trades",
595+
"no_of_tokens": "# of Tokens",
596+
"volume_24h_total": "DEX Traded Volume (24H)",
597+
"volume_24h_total_description": "Total USD value of trades on the DEX in the past 24h",
598+
"market_cap_metric_description": "Circulating supply multiplied by price of all tokens",
599+
"market_cap_description": "Circulating supply multiplied by price",
600+
"24h_description": "Price change over the past 24h",
601+
"volume_description": "Total USD value of all DEX trades in the past 24h",
602+
"trades_description": "Number of DEX trades executed in the past 24h",
603+
"tvl_description": "USD value of token in AMMs",
604+
"stablecoin_description": "Market cap of all tokens classified as stablecoins",
605+
"stablecoin": "Stablecoin",
606+
"wrapped": "Wrapped",
607+
"tokens_footnote": "*This table includes only tokens with XRPL Meta trust levels 1-3. Learn more in <Link/>.",
608+
"xrplmeta_guidelines": "XRPL Meta's guidelines",
591609
"inner_transaction": "Inner Transaction",
592610
"batch_table_detail_count": "<BatchLabel/> {{batch_count}} transactions",
593611
"batch_table_detail_list": "Applied Inner Transactions: <TxList/>",
@@ -698,5 +716,52 @@
698716
"account_page_asset_table_no_iou": "No IOUs found",
699717
"account_page_asset_table_no_lptoken": "No LP Tokens found",
700718
"account_page_asset_table_no_mpt": "No MPTs found",
701-
"account_page_asset_table_no_nft": "No NFTs found"
719+
"account_page_asset_table_no_nft": "No NFTs found",
720+
"general_overview": "General Overview",
721+
"reputation_level": "Reputation Level",
722+
"market_data": "Market Data",
723+
"supply": "Supply",
724+
"circulating_supply": "Circulating Supply",
725+
"trades_24h": "Trades (24H)",
726+
"amm_tvl": "AMM TVL",
727+
"token_page.general_overview": "General Overview",
728+
"token_page.issuer": "Issuer",
729+
"token_page.price": "Price",
730+
"token_page.holders": "# of Holders",
731+
"token_page.trustlines": "# of Trustlines",
732+
"token_page.transfer_fee": "Transfer Fee",
733+
"token_page.reputation_level": "Reputation Level",
734+
"token_page.market_data": "Market Data",
735+
"token_page.supply": "Supply",
736+
"token_page.circulating_supply": "Circ Supply",
737+
"token_page.market_cap": "Market Cap",
738+
"token_page.volume_24h": "Traded Volume (24H)",
739+
"token_page.trades_24h": "# of Trades (24H)",
740+
"token_page.amm_tvl": "AMM TVL",
741+
"token_page.all_tx": "All Token Transactions",
742+
"token_page.dex_tx": "DEX Trades",
743+
"token_page.transfers_tx": "Transfers",
744+
"token_page.holders_table": "Holders",
745+
"tx_hash" : "Tx Hash",
746+
"timestamp" : "Timestamp (UTC)",
747+
"amount_in" : "Amount In",
748+
"amount_out" : "Amount Out",
749+
"rate" : "Rate",
750+
"token_page.holders_rank": "Rank",
751+
"token_page.holders_num_tokens": "# of Tokens",
752+
"token_page.holders_percent_supply": "% of Supply",
753+
"token_page.holders_usd_value": "USD Value",
754+
"token_page.holders_no_holders": "No holders found",
755+
"token_page.dex_type": "Type",
756+
"token_page.dex_amount_in_tooltip": "The amount of tokens sent by the \"FROM\" account in the trade",
757+
"token_page.dex_amount_out_tooltip": "The amount of tokens sent out by the \"To\" account in the trade",
758+
"token_page.dex_rate_tooltip": "Amount Out / Amount In",
759+
"token_page.dex_data_notice": "Data displayed is from 7/1/2025, 12:00:00 AM UTC onwards",
760+
"token_page.dex_no_trades": "No dex trades found",
761+
"token_page.transfers_data_notice": "Data displayed is from 7/1/2025, 12:00:00 AM UTC onwards",
762+
"token_page.transfers_no_transfers": "No transfers found",
763+
"token_page.token_label": "Token",
764+
"token_page.category_text": "IOU",
765+
"refresh_data": "Refresh data"
766+
702767
}

public/locales/es-ES/translations.json

Lines changed: 73 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@
230230
"history": "Histórico",
231231
"voting": null,
232232
"raw": "En Bruto",
233+
"expand": "Expandir",
234+
"collapse": "Contraer",
233235
"try_detailed_raw": "Prueba las vistas `Detallado` o `En Bruto`",
234236
"account": "Cuenta",
235237
"transaction_cost": "Coste de la Transacción",
@@ -530,7 +532,7 @@
530532
"asset_class": "Clase de Activo",
531533
"trading_pairs": "Pares de Comercio",
532534
"deleted": "Eliminado",
533-
"holders": "Titulares: {{holders}}",
535+
"holders_count": "Titulares: {{holders}}",
534536
"trustlines": "LÍNEAS DE CONFIANZA: {{trustlines}}",
535537
"website": "Sitio Web",
536538
"mpt_issuance_id": "ID de Emisión MPT",
@@ -547,7 +549,6 @@
547549
"can_trade": "Puede Comerciar",
548550
"can_transfer": "Puede Transferir",
549551
"can_clawback": "Puede Recuperar",
550-
"search_results_banner": "¡La búsqueda de tokens por nombre y cuenta ya está disponible! Intenta buscar USD",
551552
"assets.no_mpts_message": null,
552553
"transaction_type_name_MPTokenIssuanceCreate": null,
553554
"transaction_type_name_MPTokenIssuanceDestroy": null,
@@ -608,6 +609,23 @@
608609
"withdraws": null,
609610
"deletes": null,
610611
"vault_delete_table_detail": null,
612+
"volume": null,
613+
"holders": null,
614+
"trades": null,
615+
"no_of_tokens": null,
616+
"volume_24h_total": null,
617+
"volume_24h_total_description": null,
618+
"market_cap_metric_description": null,
619+
"market_cap_description": null,
620+
"24h_description": null,
621+
"volume_description": null,
622+
"trades_description": null,
623+
"tvl_description": null,
624+
"stablecoin_description": null,
625+
"stablecoin": null,
626+
"wrapped": null,
627+
"tokens_footnote": null,
628+
"xrplmeta_guidelines": null,
611629
"account_flag_title_lsf_global_freeze": null,
612630
"account_flag_title_lsf_disable_master": null,
613631
"account_flag_title_lsf_default_ripple": null,
@@ -692,5 +710,57 @@
692710
"account_page_asset_table_no_iou": null,
693711
"account_page_asset_table_no_lptoken": null,
694712
"account_page_asset_table_no_mpt": null,
695-
"account_page_asset_table_no_nft": null
713+
"account_page_asset_table_no_nft": null,
714+
"general_overview": null,
715+
"reputation_level": null,
716+
"market_data": null,
717+
"supply": null,
718+
"circulating_supply": null,
719+
"trades_24h": null,
720+
"amm_tvl": null,
721+
"CredentialAccept": null,
722+
"CredentialCreate": null,
723+
"CredentialDelete": null,
724+
"DIDDelete": null,
725+
"DIDSet": null,
726+
"account_delegates_to": null,
727+
"delegate_to": null,
728+
"token_page.general_overview": null,
729+
"token_page.issuer": null,
730+
"token_page.price": null,
731+
"token_page.holders": null,
732+
"token_page.trustlines": null,
733+
"token_page.transfer_fee": null,
734+
"token_page.reputation_level": null,
735+
"token_page.market_data": null,
736+
"token_page.supply": null,
737+
"token_page.circulating_supply": null,
738+
"token_page.market_cap": null,
739+
"token_page.volume_24h": null,
740+
"token_page.trades_24h": null,
741+
"token_page.amm_tvl": null,
742+
"token_page.all_tx": null,
743+
"token_page.dex_tx": null,
744+
"token_page.transfers_tx": null,
745+
"token_page.holders_table": null,
746+
"tx_hash": null,
747+
"timestamp": null,
748+
"amount_in": null,
749+
"amount_out": null,
750+
"rate": null,
751+
"token_page.holders_rank": null,
752+
"token_page.holders_num_tokens": null,
753+
"token_page.holders_percent_supply": null,
754+
"token_page.holders_usd_value": null,
755+
"token_page.holders_no_holders": null,
756+
"token_page.dex_type": null,
757+
"token_page.dex_amount_in_tooltip": null,
758+
"token_page.dex_amount_out_tooltip": null,
759+
"token_page.dex_rate_tooltip": null,
760+
"token_page.dex_data_notice": null,
761+
"token_page.dex_no_trades": null,
762+
"token_page.transfers_data_notice": null,
763+
"token_page.transfers_no_transfers": null,
764+
"token_page.token_label": null,
765+
"token_page.category_text": null
696766
}

0 commit comments

Comments
 (0)