Browse Source

Additional params URL

master
fekt 9 months ago
parent
commit
33323a6cad
  1. 6
      sdk-lib/src/main/java/cash/z/ecc/android/sdk/ext/ZcashSdk.kt

6
sdk-lib/src/main/java/cash/z/ecc/android/sdk/ext/ZcashSdk.kt

@ -91,10 +91,10 @@ object ZcashSdk {
* We'll want to make this externally configurable, rather than baking it into the SDK but
* this will do for now
*/
val CLOUD_PARAM_DIR_URL = listOf("https://git.hush.is/hush/hush3/raw/branch/master/",
val CLOUD_PARAM_DIR_URL = listOf("https://storage.hush.land/hush3/",
"https://git.hush.is/hush/hush3/raw/branch/master/",
"https://github.com/hushmirror/hush3/raw/dev/")
/**
* The default memo to use when shielding transparent funds.
*/

Loading…
Cancel
Save