From 79f2d823757f5482ca1516c5d45eab30a6b30111 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:40:13 -0700 Subject: [PATCH] Added Stacks 2.0 blockchain implementation repo to Blockstack ecosystem --- data/ecosystems/b/blockstack.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/b/blockstack.toml b/data/ecosystems/b/blockstack.toml index 81dbc5ae..45505bb1 100644 --- a/data/ecosystems/b/blockstack.toml +++ b/data/ecosystems/b/blockstack.toml @@ -246,6 +246,9 @@ url = "https://github.com/blockstack/smart-contract-sdk" [[repo]] url = "https://github.com/blockstack/stackit" +[[repo]] +url = "https://github.com/blockstack/stacks-blockchain" + [[repo]] url = "https://github.com/blockstack/stacks-transactions-js"