diff --git a/data/ecosystems/0/0l-network.toml b/data/ecosystems/0/0l-network.toml new file mode 100644 index 00000000..2d301629 --- /dev/null +++ b/data/ecosystems/0/0l-network.toml @@ -0,0 +1,46 @@ +# Ecosystem Level Information +title = "0L Network" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/OLSF"] + +# Repositories +[[repo]] +url = "https://github.com/OLSF/carpe" + +[[repo]] +url = "https://github.com/OLSF/dev-epoch-archive" + +[[repo]] +url = "https://github.com/OLSF/dev-genesis" + +[[repo]] +url = "https://github.com/OLSF/diem" + +[[repo]] +url = "https://github.com/OLSF/discord-server-rules" + +[[repo]] +url = "https://github.com/OLSF/epoch-archive" + +[[repo]] +url = "https://github.com/OLSF/genesis-registration" + +[[repo]] +url = "https://github.com/OLSF/genesis-registration-depr" + +[[repo]] +url = "https://github.com/OLSF/libra" + +[[repo]] +url = "https://github.com/OLSF/move" + +[[repo]] +url = "https://github.com/OLSF/move-0L" + +[[repo]] +url = "https://github.com/OLSF/seed-peers" + +[[repo]] +url = "https://github.com/OLSF/tool-scrubbers-guild" diff --git a/data/ecosystems/m/move.toml b/data/ecosystems/m/move.toml index ebf48914..6de22fad 100644 --- a/data/ecosystems/m/move.toml +++ b/data/ecosystems/m/move.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "Move" -sub_ecosystems = [] +sub_ecosystems = ["0L Network"] github_organizations = ["https://github.com/move-language", "https://github.com/movingco"] @@ -57,5 +57,8 @@ url = "https://github.com/movingco/sui-coin-list" [[repo]] url = "https://github.com/MystenLabs/awesome-move" +[[repo]] +url = "https://github.com/pontem-network/intellij-move" + [[repo]] url = "https://github.com/QuarryProtocol/carrara"