From 67200ebbff6a78bdc855d0e33aaab70f6f6a3d72 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:02:44 -0700 Subject: [PATCH] Added Polygon Hermez ecosystem --- data/ecosystems/p/polygon-hermez.toml | 58 +++++++++++++++++++++++++++ data/ecosystems/p/polygon.toml | 1 + 2 files changed, 59 insertions(+) create mode 100644 data/ecosystems/p/polygon-hermez.toml diff --git a/data/ecosystems/p/polygon-hermez.toml b/data/ecosystems/p/polygon-hermez.toml new file mode 100644 index 00000000..d90fb75f --- /dev/null +++ b/data/ecosystems/p/polygon-hermez.toml @@ -0,0 +1,58 @@ +# Ecosystem Level Information +title = "Polygon Hermez" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/0xPolygonHermez"] + +# Repositories +[[repo]] +url = "https://github.com/0xPolygonHermez/.github" + +[[repo]] +url = "https://github.com/0xPolygonHermez/goldilocks" + +[[repo]] +url = "https://github.com/0xPolygonHermez/pil-stark" + +[[repo]] +url = "https://github.com/0xPolygonHermez/pilcom" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkasmcom" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-bridge-service" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-bridge-ui" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-commonjs" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-comms-protocol" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-contracts" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-doc" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-node" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-prover" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-proverjs" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-rom" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-storage-rom" + +[[repo]] +url = "https://github.com/0xPolygonHermez/zkevm-testvectors" diff --git a/data/ecosystems/p/polygon.toml b/data/ecosystems/p/polygon.toml index 28a9a839..d1a6b514 100644 --- a/data/ecosystems/p/polygon.toml +++ b/data/ecosystems/p/polygon.toml @@ -52,6 +52,7 @@ sub_ecosystems = [ "Polycat Finance", "Polydex Finance", "PolyDragon", + "Polygon Hermez", "Polymarket", "PolyQuity", "Quickswap",