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: added andromeda mainnet pool #77

Merged
merged 2 commits into from
Nov 18, 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
18 changes: 18 additions & 0 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,24 @@ andromeda-1:
logo: ar://r0pmO4nwx_OvpPhCF2JRTXAnKu0Ub8azY2fcw9o4Klg
title: Andromeda
website: https://www.andromedaprotocol.io/
kyve-1:
integrations:
ksync:
binary-name: andromedad
block-sync-pool: 14
docs-url: https://docs.andromedaprotocol.io/andromeda
pools:
- id: 14
runtime: kyvejs/tendermint
properties:
description: Andromeda is an all on-chain and multi-chain suite of products,
tools, and utilities enabled by a decentralized Operating System we call
aOS, or Andromeda Operating System. aOS is where Web3 starts.
docs: https://docs.andromedaprotocol.io/andromeda
hex: '#ac5086'
logo: ar://r0pmO4nwx_OvpPhCF2JRTXAnKu0Ub8azY2fcw9o4Klg
title: Andromeda
website: https://www.andromedaprotocol.io/
source-id: andromeda-1
archway-1:
codebase:
Expand Down
10 changes: 10 additions & 0 deletions andromeda-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ codebase:
ksync-engine: "cometbft-v0.37"

networks:
# Mainnet pools
kyve-1:
pools:
- id: 14
runtime: "kyvejs/tendermint"
integrations:
ksync:
binary-name: "andromedad"
block-sync-pool: 14
docs-url: "https://docs.andromedaprotocol.io/andromeda"
# Testnet pools
kaon-1:
pools:
Expand Down