From 7c0f4e9c73815cb60e11d7431cdd80dd0ea52006 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 10 Jan 2020 21:56:22 -0800 Subject: [PATCH] Added snarky-bn382 to Coda ecosystem --- data/ecosystems/c/coda-protocol.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/c/coda-protocol.toml b/data/ecosystems/c/coda-protocol.toml index c9edfc54..dcb73cc6 100644 --- a/data/ecosystems/c/coda-protocol.toml +++ b/data/ecosystems/c/coda-protocol.toml @@ -99,6 +99,9 @@ url = "https://github.com/o1-labs/snarkette" [[repo]] url = "https://github.com/o1-labs/snarky" +[[repo]] +url = "https://github.com/o1-labs/snarky-bn382" + [[repo]] url = "https://github.com/o1-labs/snarkyjs-crypto"