From 7c41aea4b3bf8171f14ffc165c6446ec3e837542 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 3 Sep 2021 10:47:18 -0700 Subject: [PATCH] Added secant wallet repos to Zcash --- data/ecosystems/z/zcash.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/z/zcash.toml b/data/ecosystems/z/zcash.toml index 16dfae68..325ba689 100644 --- a/data/ecosystems/z/zcash.toml +++ b/data/ecosystems/z/zcash.toml @@ -163,6 +163,12 @@ url = "https://github.com/zcash/pollard" [[repo]] url = "https://github.com/zcash/sapling-security-analysis" +[[repo]] +url = "https://github.com/zcash/secant-android-wallet" + +[[repo]] +url = "https://github.com/zcash/secant-ios-wallet" + [[repo]] url = "https://github.com/zcash/zcash" tags = ["Protocol"]