Skip to content

Commit

Permalink
PWN-878 - migrate to SolScan (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
gslevinkov authored Feb 6, 2024
1 parent 150d644 commit aac11f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
app:layout_constraintBottom_toBottomOf="parent"

app:layout_constraintTop_toBottomOf="@id/buttonPrimary"
tools:text="Open SOLScan" />
tools:text="Open Solscan" />

</androidx.constraintlayout.widget.ConstraintLayout>

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/history_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<string name="transaction_details_title">Transaction %s</string>
<string name="transaction_details_referral_title">Referral reward</string>
<string name="transaction_details_referral_button_first">Done</string>
<string name="transaction_details_referral_button_second">Open SOLScan</string>
<string name="transaction_details_referral_button_second">Open Solscan</string>
<string name="transaction_details_title_submitted">submitted</string>
<string name="transaction_details_title_succeeded">succeeded</string>
<string name="transaction_details_title_failed">failed</string>
Expand All @@ -43,7 +43,7 @@
<string name="transaction_details_pending_transfer_description">The transaction will be completed in a few seconds</string>

<string name="transaction_details_share">Share</string>
<string name="transaction_details_explorer">Explorer</string>
<string name="transaction_details_explorer">Solscan</string>

<string name="transaction_details_no_balance_change">No balance change</string>

Expand All @@ -52,4 +52,4 @@
<string name="transaction_history_send_via_link_title">Sent via one-time link</string>
<string name="transaction_history_send_via_link_info">Unique one-time link works once only</string>
<string name="solscan_tx_url">https://solscan.io/tx/%s</string>
</resources>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<string name="main_share">Share</string>
<string name="main_send_to_yourself_error">You can not send tokens to yourself</string>
<string name="main_send_transaction_id">Transaction ID</string>
<string name="main_send_view_in_explorer">View in Solana explorer</string>
<string name="main_send_view_in_explorer">View in Solscan</string>
<string name="main_send_success">Success</string>
<string name="main_send_transaction_confirmed">Transaction has been confirmed</string>
<string name="main_send_wrong_wallet">Wrong wallet address</string>
Expand Down Expand Up @@ -291,7 +291,7 @@
<string name="receive_tap_to_read">Tap to read</string>
<string name="receive_token_list_info">Each token in this list is available for receiving with this address; you can search for a token by typing its name or ticker.\n\nIf a token is not on this list, we do not recommend sending it to this address.</string>
<string name="receive_token_list_do_not_recommend">we do not recommend sending it to this address.</string>
<string name="receive_view_solana_explorer">View in Solana explorer</string>
<string name="receive_view_solana_explorer">View in Solscan</string>
<string name="receive_status_received">Statuses received</string>
<string name="receive_choose_network_type">Choose the network</string>
<string name="receive_solana_network">Solana network</string>
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/res/values/environment_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<string name="coinGeckoBaseUrl">https://api.coingecko.com/api/v3/</string>

<string name="bitcoinExplorer">https://btc.com/btc/address/%s</string>
<string name="solanaExplorer">https://explorer.solana.com/tx/%s</string>
<string name="solanaWalletExplorer">https://explorer.solana.com/address/%s</string>
<string name="solanaExplorer">https://solscan.io/tx/%s</string>
<string name="solanaWalletExplorer">https://solscan.io/account/%s</string>

<string name="solanaTokensBaseUrl">https://raw.githubusercontent.com/p2p-org/token-list/main/src/tokens/</string>

Expand Down

0 comments on commit aac11f0

Please sign in to comment.