From 083862eaee32e48d20aa6fdd1bf9963e92babc7b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:31:41 -0800 Subject: [PATCH] Added PlotX ecosystem --- data/ecosystems/p/plotx.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/ecosystems/p/plotx.toml diff --git a/data/ecosystems/p/plotx.toml b/data/ecosystems/p/plotx.toml new file mode 100644 index 00000000..581fe3ef --- /dev/null +++ b/data/ecosystems/p/plotx.toml @@ -0,0 +1,10 @@ +# Ecosystem Level Information +title = "PlotX" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/plotx/smart-contracts"