Skip to content

Commit

Permalink
add YetAnotherCompany projects to starknet.toml (#834)
Browse files Browse the repository at this point in the history
* add yetanothercompany and bridge

* fix comments

* typo

* typoe

---------

Co-authored-by: Enrique Herreros <[email protected]>
Co-authored-by: Enrique Herreros <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2023
1 parent 649e14d commit fe8dc13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/ecosystems/s/starknet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sub_ecosystems = [
"StarkDeFi",
"StarkWare",
"ViewBlock",
"Yet Another Company",
"Node Guardians",
]

Expand Down
13 changes: 13 additions & 0 deletions data/ecosystems/y/yet-another-company.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit fe8dc13

Please sign in to comment.