From 23d1fa93de1484a76d4e6dd668bb319e5a250fbb Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:20:38 +0000 Subject: [PATCH] Add Dungeon Chain ecosystem --- data/ecosystems/d/dungeon-chain.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/ecosystems/d/dungeon-chain.toml diff --git a/data/ecosystems/d/dungeon-chain.toml b/data/ecosystems/d/dungeon-chain.toml new file mode 100644 index 0000000000..997059f9b5 --- /dev/null +++ b/data/ecosystems/d/dungeon-chain.toml @@ -0,0 +1,10 @@ +# Ecosystem Level Information +title = "Dungeon Chain" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/CryptoDungeon/dungeonchain"