Commit missing files.

Closes #226
This commit is contained in:
Kevin Gorham 2021-01-27 22:35:33 -05:00
parent 4662bdc08e
commit c841423b82
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="api_block_explorer">https://blockchair.com/zcash/transaction/%1$s</string>
</resources>

View File

@ -0,0 +1,4 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Currently, blockchair does not support testnet so we use our explorer.z.cash for now -->
<string name="api_block_explorer">https://explorer.z.cash/tx/%1$s</string>
</resources>