Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add kyve kaon and zetachain description #28

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions kyve-1/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Global information
source-id: "kyve-1"
config-version: 1
properties:
title: "KYVE"
hex: "#58c6b2"
logo: "ar://WOiYR7qF7G_dp6eO0bFC7AorS7601qgek3X_IeAZook"
description: "KYVE is a revolutionary platform within the Web3 space, designed to address the challenges of accessing decentralized and completely accurate data. As the Web3 ecosystem expands, the difficulty in accessing such data leads to scalability issues and the risk of data inconsistencies due to the lack of proper validation before use. KYVE aims to provide a trustless and secure future for Web3's data infrastructure by offering customized access to on- and off-chain data. It achieves this through decentralized data validation, ensuring data immutability, and facilitating easy data retrieval. This enables developers, data engineers, and others to access the trustless data they need to continue building the future of Web3."

networks:
# Testnet pools
kaon-1:
pools:
- id: 16
runtime: "kyvejs/tendermint"
- id: 17
runtime: "kyvejs/tendermint-ssync"
integrations:
ksync:
binary-name: "kyved"
block-sync-pool: 16
docs-url: "https://docs.kyve.network"
state-sync-pool: 17
1 change: 1 addition & 0 deletions zeta_7000-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ properties:
title: "ZetaChain"
hex: "#235643"
logo: "ar://FsZbG0a3aVwfRrxgFRYklEknIsGHnGTX6YiQJwhtnH8"
description: "ZetaChain is the foundational, public blockchain that enables omnichain, generic smart contracts and messaging between any blockchain. It solves the problems of “cross-chain” and “multi-chain” and aims to open the crypto and global financial ecosystem to anyone. ZetaChain envisions and supports a truly fluid, multi-chain crypto ecosystem, where users and developers can move between and appreciate the benefits of any blockchain: payments, DeFi, liquidity, games, art, social graphs, performance, security, privacy, and so on."

networks:
# Testnet pools
Expand Down
Loading