From 02b71bfa6d12d9a2570f2b39b59511ae446e2ab2 Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Thu, 1 Feb 2024 10:18:42 +0100 Subject: [PATCH] feat: added zetachain --- zeta_7000-1/config.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 zeta_7000-1/config.yml diff --git a/zeta_7000-1/config.yml b/zeta_7000-1/config.yml new file mode 100644 index 0000000..7f2944f --- /dev/null +++ b/zeta_7000-1/config.yml @@ -0,0 +1,22 @@ +# Global information +source-id: "zeta_7000-1" +config-version: 1 +properties: + title: "ZetaChain" + hex: "#235643" + logo: "ar://FsZbG0a3aVwfRrxgFRYklEknIsGHnGTX6YiQJwhtnH8" + +networks: + # Testnet pools + kaon-1: + pools: + - id: 10 + runtime: "kyvejs/tendermint" + - id: 11 + runtime: "kyvejs/tendermint-ssync" + integrations: + ksync: + binary-name: "zetacored" + block-sync-pool: 10 + docs-url: "https://www.zetachain.com/docs/" + state-sync-pool: 11