From 2d508245117aa8da5e49fa28e1103847d4cd5f92 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 5 Jan 2020 09:45:03 -0800 Subject: [PATCH] Added chainlink synthetix related repos --- data/ecosystems/c/chainlink.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/c/chainlink.toml b/data/ecosystems/c/chainlink.toml index 903cf38e..a5427374 100644 --- a/data/ecosystems/c/chainlink.toml +++ b/data/ecosystems/c/chainlink.toml @@ -165,6 +165,15 @@ url = "https://github.com/smartcontractkit/solc-api-docs" [[repo]] url = "https://github.com/smartcontractkit/solidity-cborutils" +[[repo]] +url = "https://github.com/smartcontractkit/synth-index-bnc-adapter" + +[[repo]] +url = "https://github.com/smartcontractkit/synth-index-cc-adapter" + +[[repo]] +url = "https://github.com/smartcontractkit/synth-index-cmc-adapter" + [[repo]] url = "https://github.com/smartcontractkit/TownCrier-Offchain-Computation"