From 7d08646fd40a99866823e98eee58162607572076 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 4 Dec 2019 09:41:56 -0800 Subject: [PATCH] Additional Filecoin Repos --- data/ecosystems/f/filecoin.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/f/filecoin.toml b/data/ecosystems/f/filecoin.toml index 85d2f8ec..4ce0337f 100644 --- a/data/ecosystems/f/filecoin.toml +++ b/data/ecosystems/f/filecoin.toml @@ -57,6 +57,9 @@ url = "https://github.com/filecoin-project/filecoin-contributors" [[repo]] url = "https://github.com/filecoin-project/filecoin-explorer" +[[repo]] +url = "https://github.com/filecoin-project/filecoin-ffi" + [[repo]] url = "https://github.com/filecoin-project/filecoin-http-api" @@ -78,6 +81,9 @@ url = "https://github.com/filecoin-project/go-amt-ipld" [[repo]] url = "https://github.com/filecoin-project/go-bls-sigs" +[[repo]] +url = "https://github.com/filecoin-project/go-fil-filestore" + [[repo]] url = "https://github.com/filecoin-project/go-fil-proofs"