From 4e3f481d410b2211f099d5f00a4b0c6181a1bdc0 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 23 Jul 2022 15:12:43 -0700 Subject: [PATCH] Added Pentagon ecosystem repos --- data/ecosystems/p/pentagon.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/ecosystems/p/pentagon.toml diff --git a/data/ecosystems/p/pentagon.toml b/data/ecosystems/p/pentagon.toml new file mode 100644 index 00000000..2137ed58 --- /dev/null +++ b/data/ecosystems/p/pentagon.toml @@ -0,0 +1,25 @@ +# Ecosystem Level Information +title = "Pentagon" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/pentagonxyz"] + +# Repositories +[[repo]] +url = "https://github.com/pentagonxyz/bundlr-js-client" + +[[repo]] +url = "https://github.com/pentagonxyz/eventsource" + +[[repo]] +url = "https://github.com/pentagonxyz/gov-of-venice" + +[[repo]] +url = "https://github.com/pentagonxyz/huffmate" + +[[repo]] +url = "https://github.com/pentagonxyz/multisig-wallet-move" + +[[repo]] +url = "https://github.com/pentagonxyz/xyk-amm-move"