From 15931572adf0cd757e51d8b6d196daa3ef6cd8bf Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Fri, 19 Apr 2024 16:24:54 +0200 Subject: [PATCH 1/2] chore: added source chain to kaon --- source/config.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 source/config.yml diff --git a/source/config.yml b/source/config.yml new file mode 100644 index 0000000..e6dd512 --- /dev/null +++ b/source/config.yml @@ -0,0 +1,40 @@ +# Global information +source-id: "source-1" +config-version: 1 +properties: + title: "Source" + hex: "#d81efd" + logo: "ar://ch5vZrkVpu8EVQCvgm3nzFkmVLlXVq5mYQvWE5VWpv8" + 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." + website: https://www.sourceprotocol.io/ + docs: https://docs.sourceprotocol.io/ + +codebase: + git-url: https://github.com/Source-Protocol-Cosmos/source + settings: + cosmos-properties: + registry-url: https://github.com/cosmos/chain-registry/blob/master/source/chain.json + genesis-name: "v3.0.1" + genesis-url: https://raw.githubusercontent.com/Source-Protocol-Cosmos/mainnet/master/source-1/genesis.json + upgrades: + - name: "v3.0.1" + height: 1 + recommended-version: "v3.0.1" + commit: "2aae45f6e2d23f6c81c02075b74ee9f5b7598e3e" + go-version: "go1.19" + ksync-engine: "tendermint" + +networks: + # Testnet pools + kaon-1: + pools: + - id: 24 + runtime: "kyvejs/tendermint" + - id: 25 + runtime: "kyvejs/tendermint-ssync" + integrations: + ksync: + binary-name: "sourced" + block-sync-pool: 24 + docs-url: "https://docs.sourceprotocol.io/" + state-sync-pool: 25 From 22ca6187f2d68f674af0c908499c742cf66fabcf Mon Sep 17 00:00:00 2001 From: kyve-network Date: Fri, 19 Apr 2024 14:25:51 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=89=20Update=20registry.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/registry.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.github/registry.yml b/.github/registry.yml index 454f13a..f947896 100644 --- a/.github/registry.yml +++ b/.github/registry.yml @@ -946,6 +946,46 @@ osmosis-1: title: Osmosis website: https://osmosis.zone/ source-id: osmosis-1 +source-1: + codebase: + git-url: https://github.com/Source-Protocol-Cosmos/source + settings: + cosmos-properties: + genesis-name: v3.0.1 + genesis-url: https://raw.githubusercontent.com/Source-Protocol-Cosmos/mainnet/master/source-1/genesis.json + registry-url: https://github.com/cosmos/chain-registry/blob/master/source/chain.json + upgrades: + - commit: 2aae45f6e2d23f6c81c02075b74ee9f5b7598e3e + go-version: go1.19 + height: 1 + ksync-engine: tendermint + name: v3.0.1 + recommended-version: v3.0.1 + config-version: 1 + networks: + kaon-1: + integrations: + ksync: + binary-name: sourced + block-sync-pool: 24 + docs-url: https://docs.sourceprotocol.io/ + state-sync-pool: 25 + pools: + - id: 24 + runtime: kyvejs/tendermint + - id: 25 + 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: git-url: https://github.com/zeta-chain/node