diff --git a/data/ecosystems/s/starknet.toml b/data/ecosystems/s/starknet.toml index 6d331218c9..acfc20672e 100644 --- a/data/ecosystems/s/starknet.toml +++ b/data/ecosystems/s/starknet.toml @@ -23,6 +23,7 @@ sub_ecosystems = [ "StarkDeFi", "StarkWare", "ViewBlock", + "Yet Another Company", "Node Guardians", ] diff --git a/data/ecosystems/y/yet-another-company.toml b/data/ecosystems/y/yet-another-company.toml new file mode 100644 index 0000000000..aaf17fcc46 --- /dev/null +++ b/data/ecosystems/y/yet-another-company.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Yet Another Company" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/yetanotherco"] + +# Repositories +[[repo]] +url = "https://github.com/yetanotherco/yet-another-bridge" + +[[repo]] +url = "https://github.com/lambdaclass/yet-another-swap"