Additional params URL

This commit is contained in:
fekt
2023-09-26 18:55:56 -04:00
parent a60f2379ce
commit 33323a6cad

View File

@@ -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.
*/