Skip to content

Commit

Permalink
Merge pull request #62 from KYVENetwork/chore/source
Browse files Browse the repository at this point in the history
chore: added mainnet source pools
  • Loading branch information
christopherbrumm authored Jul 30, 2024
2 parents e1c9135 + d4ba8c2 commit df81872
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,28 @@ source-1:
logo: ar://ch5vZrkVpu8EVQCvgm3nzFkmVLlXVq5mYQvWE5VWpv8
title: Source
website: https://www.sourceprotocol.io/
kyve-1:
integrations:
ksync:
binary-name: sourced
block-sync-pool: 11
docs-url: https://docs.sourceprotocol.io/
state-sync-pool: 12
pools:
- id: 11
runtime: kyvejs/tendermint
- id: 12
runtime: kyvejs/tendermint-ssync
properties:
description: $SOURCE is a comprehensive blockchain technology suite for individuals,
enterprises and developers to easily use, integrate and build web3.0 applications.
It is a broad-spectrum technology ecosystem that transforms centralized
web tools and financial instruments into decentralized ones.
docs: https://docs.sourceprotocol.io/
hex: '#d81efd'
logo: ar://ch5vZrkVpu8EVQCvgm3nzFkmVLlXVq5mYQvWE5VWpv8
title: Source
website: https://www.sourceprotocol.io/
source-id: source-1
zetachain_7000-1:
codebase:
Expand Down
14 changes: 14 additions & 0 deletions source/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ codebase:
ksync-engine: "tendermint-v0.34"

networks:
# Mainnet pools
kyve-1:
pools:
- id: 11
runtime: "kyvejs/tendermint"
- id: 12
runtime: "kyvejs/tendermint-ssync"
integrations:
ksync:
binary-name: "sourced"
block-sync-pool: 11
docs-url: "https://docs.sourceprotocol.io/"
state-sync-pool: 12

# Testnet pools
kaon-1:
pools:
Expand Down

0 comments on commit df81872

Please sign in to comment.