From 4f28e72d23b07858cfebd0b8a53003e56e2194e6 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:46:53 -0800 Subject: [PATCH] Added bsc-go-client to Binance --- data/ecosystems/b/binance-coin.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/b/binance-coin.toml b/data/ecosystems/b/binance-coin.toml index d8b4e55c..563a712d 100644 --- a/data/ecosystems/b/binance-coin.toml +++ b/data/ecosystems/b/binance-coin.toml @@ -59,6 +59,9 @@ url = "https://github.com/binance-chain/bsc-explorer" [[repo]] url = "https://github.com/binance-chain/bsc-genesis-contract" +[[repo]] +url = "https://github.com/binance-chain/bsc-go-client" + [[repo]] url = "https://github.com/binance-chain/bsc-relayer"