Skip to content

Commit

Permalink
update: add Celestia integration to schema and draft a Celestia confi…
Browse files Browse the repository at this point in the history
…g.yml.
  • Loading branch information
christopherbrumm committed Feb 16, 2024
1 parent 7673e80 commit b5d8517
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/schemas/source.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@
},
"elt": {
"type": "object"
},
"celestia-kyve-rpc": {
"type": "object",
"properties": {
"namespace": {
"type": "string"
},
"pool-id": {
"type": "integer"
}
}
}
},
"additionalProperties": true
Expand Down
23 changes: 23 additions & 0 deletions celestia/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Global information
source-id: "celestia"
config-version: 1
properties:
description: "Celestia is a modular data availability network that empowers developers to launch their own customizable blockchains with ease. It's designed to securely scale with the number of users, making blockchain deployment as simple as setting up a smart contract. With Celestia, developers can tap into the abundant throughput enabled by data availability sampling (DAS), the first architecture that securely scales with the number of users. Furthermore, anyone can directly verify and contribute to Celestia by running a light node. At its core, Celestia is designed to foster innovation and scalability in the blockchain space, providing a robust foundation for developers to build upon."
hex: "#ce9dca"
logo: "ar://TJ83Nah_FaECM0zcKajX-7-JW79iSgi2msbUFYwVMWU"
title: "Celestia"

networks:
# Testnet pools
kaon-1:
integrations:
celestia-kyve-rpc:
- namespace: "AAAAAAAAAAAAAAAAAAAAAAAAAIZiad33fbxA7Z0="
pool-id: 20
- namespace: "AAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICAgICAg="
pool-id: 21
pools:
- id: 20
runtime: "kyvejs/celestia"
- id: 21
runtime: "kyvejs/celestia"

0 comments on commit b5d8517

Please sign in to comment.