From c4851f78c53f430091e5a968c0f7f11ddb6885be Mon Sep 17 00:00:00 2001 From: 0xMilica <0xmilica@gmail.com> Date: Wed, 10 Dec 2025 04:28:28 +0100 Subject: [PATCH 1/8] Create index.yaml for Horizen project Added basic data and links for Horizen project. --- src/projects/horizen/index.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/projects/horizen/index.yaml diff --git a/src/projects/horizen/index.yaml b/src/projects/horizen/index.yaml new file mode 100644 index 00000000..d693457d --- /dev/null +++ b/src/projects/horizen/index.yaml @@ -0,0 +1,32 @@ +# BASIC DATA ------------------------------------------------------------------------------------------------------------------------ +name: Horizen +categories: [ infrastructure, privacy, compliance, confidential computing ] +ecosystem: [ Base, Ethereum, Horizen ] +usecases: [ infrastructure, Ethereum Layer 3, confidential computing, private defi/gaming ] +description: 'A privacy-first ecosystem on Base, delivering auditable confidentiality and regulatory-ready infrastructure for DeFi, data, and the new digital economy.' +# TEAM -------------------------------- +team: + anonymous: false +# LINKS ------------------------------------------------------------------------ +links: + web: https://www.horizen.io/ + github: https://github.com/horizenofficial + docs: https://docs.horizen.io/ + whitepaper: https://downloads.horizen.io/file/web-assets/Horizen+Whitepaper+v1.0.0.pdf + blog: https://paragraph.com/@horizenofficial-2 + twitter: https://x.com/horizenglobal + block_explorer: https://horizen.hub.caldera.xyz/ + governance: https://docs.horizen.io/governance/overview/about + discord: https://discord.com/invite/z8eebsj7Sv + telegram: https://t.me/horizencommunity +# PROJECT STATUS ------------------------------------------------------- +project_status: +version: Mainnet +sunset: false +# ASSETS AND NATIVE TOKENS --------------------------------------------------------------- +assets_used: [ ETH, ZEN ] +have_token: true +tokens: +- name: ZEN +symbol: ZEN +contract_address: https://basescan.org/address/0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229 From e5e54c24015ff3fbd0d63687f123770748b8996e Mon Sep 17 00:00:00 2001 From: 0xMilica <0xmilica@gmail.com> Date: Wed, 10 Dec 2025 04:37:15 +0100 Subject: [PATCH 2/8] Revise categories and use cases in index.yaml Updated categories and use cases for Horizen project. --- src/projects/horizen/index.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/projects/horizen/index.yaml b/src/projects/horizen/index.yaml index d693457d..e6087137 100644 --- a/src/projects/horizen/index.yaml +++ b/src/projects/horizen/index.yaml @@ -1,8 +1,8 @@ # BASIC DATA ------------------------------------------------------------------------------------------------------------------------ name: Horizen -categories: [ infrastructure, privacy, compliance, confidential computing ] +categories: [ infrastructure, computing, other ] ecosystem: [ Base, Ethereum, Horizen ] -usecases: [ infrastructure, Ethereum Layer 3, confidential computing, private defi/gaming ] +usecases: [ infrastructure, computing ] description: 'A privacy-first ecosystem on Base, delivering auditable confidentiality and regulatory-ready infrastructure for DeFi, data, and the new digital economy.' # TEAM -------------------------------- team: From ef48b1ea5b3bc87a76cf6f2bd2e450f11c82d983 Mon Sep 17 00:00:00 2001 From: 0xMilica <0xmilica@gmail.com> Date: Wed, 10 Dec 2025 04:40:37 +0100 Subject: [PATCH 3/8] Update ecosystem in index.yaml Removed 'Base' and 'Horizen' from the ecosystem list. --- src/projects/horizen/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projects/horizen/index.yaml b/src/projects/horizen/index.yaml index e6087137..a3ff2d43 100644 --- a/src/projects/horizen/index.yaml +++ b/src/projects/horizen/index.yaml @@ -1,7 +1,7 @@ # BASIC DATA ------------------------------------------------------------------------------------------------------------------------ name: Horizen categories: [ infrastructure, computing, other ] -ecosystem: [ Base, Ethereum, Horizen ] +ecosystem: [ Ethereum ] usecases: [ infrastructure, computing ] description: 'A privacy-first ecosystem on Base, delivering auditable confidentiality and regulatory-ready infrastructure for DeFi, data, and the new digital economy.' # TEAM -------------------------------- From 51384da7a7f1444aece81f99e4ab35d9a7f2ce42 Mon Sep 17 00:00:00 2001 From: 0xMilica <0xmilica@gmail.com> Date: Wed, 10 Dec 2025 04:47:55 +0100 Subject: [PATCH 4/8] Improve formatting of index.yaml tokens section Formatted the tokens section for better readability. --- src/projects/horizen/index.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/projects/horizen/index.yaml b/src/projects/horizen/index.yaml index a3ff2d43..38a5bbf5 100644 --- a/src/projects/horizen/index.yaml +++ b/src/projects/horizen/index.yaml @@ -21,12 +21,12 @@ links: telegram: https://t.me/horizencommunity # PROJECT STATUS ------------------------------------------------------- project_status: -version: Mainnet + version: Mainnet sunset: false # ASSETS AND NATIVE TOKENS --------------------------------------------------------------- assets_used: [ ETH, ZEN ] have_token: true tokens: -- name: ZEN -symbol: ZEN -contract_address: https://basescan.org/address/0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229 + - name: ZEN + symbol: ZEN + contract_address: https://basescan.org/address/0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229 From 927e4ee581dda17f70306d88f025c1e478738915 Mon Sep 17 00:00:00 2001 From: 0xMilica <0xmilica@gmail.com> Date: Wed, 10 Dec 2025 04:53:50 +0100 Subject: [PATCH 5/8] Refactor index.yaml for improved readability Refactor YAML structure for categories, ecosystem, usecases, and assets_used. --- src/projects/horizen/index.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/projects/horizen/index.yaml b/src/projects/horizen/index.yaml index 38a5bbf5..a75f44a8 100644 --- a/src/projects/horizen/index.yaml +++ b/src/projects/horizen/index.yaml @@ -1,8 +1,13 @@ # BASIC DATA ------------------------------------------------------------------------------------------------------------------------ name: Horizen -categories: [ infrastructure, computing, other ] -ecosystem: [ Ethereum ] -usecases: [ infrastructure, computing ] +categories: + - infrastructure +ecosystem: + - Ethereum +usecases: + - infrastructure + - computing + - defi description: 'A privacy-first ecosystem on Base, delivering auditable confidentiality and regulatory-ready infrastructure for DeFi, data, and the new digital economy.' # TEAM -------------------------------- team: @@ -24,7 +29,9 @@ project_status: version: Mainnet sunset: false # ASSETS AND NATIVE TOKENS --------------------------------------------------------------- -assets_used: [ ETH, ZEN ] +assets_used: + - ETH + - ZEN have_token: true tokens: - name: ZEN From 633dab1e297fc638842f7d56abd7bc6d2f9e6c08 Mon Sep 17 00:00:00 2001 From: 0xMilica <0xmilica@gmail.com> Date: Wed, 10 Dec 2025 15:49:51 +0100 Subject: [PATCH 6/8] Fix capitalization and project version in index.yaml Updated capitalization for consistency and corrected project version. --- src/projects/horizen/index.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/projects/horizen/index.yaml b/src/projects/horizen/index.yaml index a75f44a8..9c9a0e10 100644 --- a/src/projects/horizen/index.yaml +++ b/src/projects/horizen/index.yaml @@ -3,7 +3,7 @@ name: Horizen categories: - infrastructure ecosystem: - - Ethereum + - ethereum usecases: - infrastructure - computing @@ -26,12 +26,9 @@ links: telegram: https://t.me/horizencommunity # PROJECT STATUS ------------------------------------------------------- project_status: - version: Mainnet + version: mainnet sunset: false # ASSETS AND NATIVE TOKENS --------------------------------------------------------------- -assets_used: - - ETH - - ZEN have_token: true tokens: - name: ZEN From 32ce872c08c8f5de0904927113fe4c2a1c6d3f3b Mon Sep 17 00:00:00 2001 From: 0xMilica <0xmilica@gmail.com> Date: Wed, 10 Dec 2025 15:53:27 +0100 Subject: [PATCH 7/8] Add assets_used section to index.yaml --- src/projects/horizen/index.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/projects/horizen/index.yaml b/src/projects/horizen/index.yaml index 9c9a0e10..3d7ac948 100644 --- a/src/projects/horizen/index.yaml +++ b/src/projects/horizen/index.yaml @@ -29,6 +29,9 @@ project_status: version: mainnet sunset: false # ASSETS AND NATIVE TOKENS --------------------------------------------------------------- +assets_used: + - eth + - other have_token: true tokens: - name: ZEN From 208e19a84e74b646e2026e6a48446274effd6c0e Mon Sep 17 00:00:00 2001 From: 0xMilica <0xmilica@gmail.com> Date: Wed, 10 Dec 2025 16:10:43 +0100 Subject: [PATCH 8/8] Add live, mainnet, and testnet status to index.yaml --- src/projects/horizen/index.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/projects/horizen/index.yaml b/src/projects/horizen/index.yaml index 3d7ac948..4e5ceeab 100644 --- a/src/projects/horizen/index.yaml +++ b/src/projects/horizen/index.yaml @@ -26,6 +26,9 @@ links: telegram: https://t.me/horizencommunity # PROJECT STATUS ------------------------------------------------------- project_status: + live_status: true + mainnet: true + testnet: true version: mainnet sunset: false # ASSETS AND NATIVE TOKENS ---------------------------------------------------------------