From f50beba76caa5111f881a99c503a5fa4536072c5 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Fri, 13 Oct 2017 23:44:10 +0300 Subject: [PATCH] alternative zcparams links --- routes/shepherd.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/routes/shepherd.js b/routes/shepherd.js index 4fc5691..5184d5f 100644 --- a/routes/shepherd.js +++ b/routes/shepherd.js @@ -208,6 +208,10 @@ const zcashParamsDownloadLinks = { proving: 'https://agama.komodoplatform.com/file/supernet/sprout-proving.key', verifying: 'https://agama.komodoplatform.com/file/supernet/sprout-verifying.key', }, + 'agama-yq0ysrdtr.stackpathdns.com': { + proving: 'http://agama-yq0ysrdtr.stackpathdns.com/file/supernet/sprout-proving.key', + verifying: 'http://agama-yq0ysrdtr.stackpathdns.com/file/supernet/sprout-verifying.key', + }, 'zcash.dl.mercerweiss.com': { proving: 'https://zcash.dl.mercerweiss.com/sprout-proving.key', verifying: 'https://zcash.dl.mercerweiss.com/sprout-verifying.key',