From 18e4ca4e1bf148272fa62598620b04836aa497f7 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:50:12 -0800 Subject: [PATCH] Added Quarry Protocol --- data/ecosystems/q/quarry-protocol.toml | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/ecosystems/q/quarry-protocol.toml diff --git a/data/ecosystems/q/quarry-protocol.toml b/data/ecosystems/q/quarry-protocol.toml new file mode 100644 index 00000000..be6f24e5 --- /dev/null +++ b/data/ecosystems/q/quarry-protocol.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Quarry Protocol" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/QuarryProtocol"] + +# Repositories +[[repo]] +url = "https://github.com/QuarryProtocol/anchor" + +[[repo]] +url = "https://github.com/QuarryProtocol/DefiLlama-Adapters" + +[[repo]] +url = "https://github.com/QuarryProtocol/quarry" + +[[repo]] +url = "https://github.com/QuarryProtocol/rewarder-list" + +[[repo]] +url = "https://github.com/QuarryProtocol/rewarder-list-build" + +[[repo]] +url = "https://github.com/QuarryProtocol/sol-wallet-adapter" + +[[repo]] +url = "https://github.com/QuarryProtocol/solana" + +[[repo]] +url = "https://github.com/QuarryProtocol/tokadapt" + +[[repo]] +url = "https://github.com/QuarryProtocol/token-list"