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 noble mainnet pools #27

Merged
merged 1 commit into from
Feb 28, 2024
Merged
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
14 changes: 14 additions & 0 deletions noble-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@ properties:
title: "Noble"
hex: "#0e1225"
logo: "ar://DZP1WPGja9LAa7Vf1P2N-dfDVUlG9lmCkD_psZj47tU"
description: "Noble is a Cosmos application-specific blockchain purpose-built for native asset issuance. Noble brings the efficiency and interoperability of native assets to the wider Cosmos ecosystem, starting with USDC. Noble’s vision is to be the world’s premier issuance hub for digital assets that connect to other blockchains seamlessly. Noble leverages the Cosmos-SDK – a flexible toolkit that allows developers to incorporate existing modules and to seamlessly integrate custom modules that add virtually unlimited functionality for asset issuers on the Noble blockchain."

networks:
# Mainnet pools
kyve-1:
pools:
- id: 7
runtime: "kyvejs/tendermint"
- id: 8
runtime: "kyvejs/tendermint-ssync"
integrations:
ksync:
binary-name: "nobled"
block-sync-pool: 7
docs-url: "https://docs.nobleassets.xyz"
state-sync-pool: 8
# Testnet pools
kaon-1:
pools:
Expand Down
Loading