Browse Source

Additional params URL

pull/5/head
fekt 8 months ago
parent
commit
98b2a8c298
  1. 3
      sdk-lib/src/main/java/cash/z/ecc/android/sdk/ext/ZcashSdk.kt

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

@ -91,7 +91,8 @@ 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/")
/**

Loading…
Cancel
Save