diff --git a/data/ecosystems/b/based.toml b/data/ecosystems/b/based.toml new file mode 100644 index 00000000..c5690a7a --- /dev/null +++ b/data/ecosystems/b/based.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Based" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/cryptoghoulz"] + +# Repositories +[[repo]] +url = "https://github.com/cryptoghoulz/based-contracts" + +[[repo]] +url = "https://github.com/cryptoghoulz/snapshot" diff --git a/data/ecosystems/b/burger-swap.toml b/data/ecosystems/b/burger-swap.toml new file mode 100644 index 00000000..c977a056 --- /dev/null +++ b/data/ecosystems/b/burger-swap.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Burger Swap" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/burgerswap-org/burgerswap-core" + +[[repo]] +url = "https://github.com/burgerswap-org/burgerswap-subgraph" diff --git a/data/ecosystems/s/sushi-swap.toml b/data/ecosystems/s/sushi-swap.toml new file mode 100644 index 00000000..53937b4a --- /dev/null +++ b/data/ecosystems/s/sushi-swap.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Sushi Swap" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/sushiswap"] + +# Repositories +[[repo]] +url = "https://github.com/sushiswap/sushiswap" + +[[repo]] +url = "https://github.com/sushiswap/sushiswap-exchange" + +[[repo]] +url = "https://github.com/sushiswap/sushiswap-frontend" + +[[repo]] +url = "https://github.com/sushiswap/sushiswap-subgraph" + +[[repo]] +url = "https://github.com/sushiswap/sushiswap-vision"