From e5e23b037b24f75ace19b3e0c842f640f2a003ab Mon Sep 17 00:00:00 2001 From: riyasng12 Date: Wed, 24 Jan 2024 16:29:56 +0530 Subject: [PATCH] fix: remove integritee from ws port list --- README.md | 2 +- package_io/constant.star | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c9c7f5..6a25a8f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Empower your Polkadot development with the Polkadot-kurtosis-package, an all-in-one solution for effortlessly spawning relay chains and parachains. Dive into a world of efficiency, reliability, and innovation, all meant to enhance your Polkadot experience. Welcome to the future of decentralized possibilities! Remember, the key to our existence is to distribute, decentralize, and democratize.** -[![Discord](https://img.shields.io/badge/Discord-hugobyte-00FF00?style=flat&logo=discord&logoColor=00FF00&labelColor=black)](https://discord.gg/GyRQSBN3Cu) +[![Discord](https://img.shields.io/badge/Discord-hugobyte-2FC252?style=flat&logo=discord&labelColor=black)](https://discord.gg/GyRQSBN3Cu) # Table of Contents - [Introduction](#introduction) diff --git a/package_io/constant.star b/package_io/constant.star index 9efb264..ded48ff 100644 --- a/package_io/constant.star +++ b/package_io/constant.star @@ -5,7 +5,7 @@ CURL_JQ_IMAGE = "badouralix/curl-jq" NODE_IMAGE = "hugobyte/parachain-node-modules" PARA_SLOT_REGISTER_SERVICE_NAME = "para-slot-registration" BINARY_COMMAND_CHAINS = ["manta", "khala", "phala", "clover", "calamari", "subzero", "robonomics"] -WS_PORT = ["robonomics", "parallel", "subsocial", "litmus", "pendulum", "kilt", "litentry", "zeitgeist", "kylin", "subzero", "integritee", "polkadex", "clover"] +WS_PORT = ["robonomics", "parallel", "subsocial", "litmus", "pendulum", "kilt", "litentry", "zeitgeist", "kylin", "subzero", "polkadex", "clover"] DIFFERENT_IMAGES_FOR_MAINNET = { "centrifuge": "centrifugeio/centrifuge-chain:main-latest",