From 7a80b8a18c3660ff490b8fdbbc95e203ce5b5913 Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Thu, 17 Aug 2023 09:11:01 -0500 Subject: [PATCH] Removed channel files that were removed from the networks repo (#380) --- components/content/IBC/RelayersTable.vue | 4 ---- content/5.resources/2.ibc-channels.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/components/content/IBC/RelayersTable.vue b/components/content/IBC/RelayersTable.vue index bc5feeda..b8a18c87 100644 --- a/components/content/IBC/RelayersTable.vue +++ b/components/content/IBC/RelayersTable.vue @@ -18,13 +18,9 @@ 'osmosis-1': 'Osmosis', 'axelar-dojo-1': 'Axelar', 'cosmoshub-4': 'Cosmos Hub', - 'crescent-1': 'Crescent', 'jackal-1': 'Jackal', 'juno-1': 'Juno', 'kaiyo-1': 'Kujira', - 'core-1': 'Persistence', - 'shentu-2.2': 'Shentu', - 'tgrade-mainnet-1': 'Tgrade', 'umee-1': 'Umee', }; // -------------------------------------------------------------------------------- diff --git a/content/5.resources/2.ibc-channels.md b/content/5.resources/2.ibc-channels.md index 40aeeea7..32f5ed99 100644 --- a/content/5.resources/2.ibc-channels.md +++ b/content/5.resources/2.ibc-channels.md @@ -5,7 +5,7 @@ description: This page serves as a reference for anyone looking to explore the v parentSection: Resources parentSectionPath: /resources testnetRelayerFiles: ['constantine-3-osmosistestnet.json','constantine-3-axelartestnet.json','constantine-3-cosmoshubtestnet.json'] -mainnetRelayerFiles: ['archway-osmosis.json', 'archway-axelar.json','archway-cosmoshub.json','archway-crescent.json','archway-jackal.json','archway-juno.json','archway-kujira.json','archway-persistence.json','archway-shentu.json','archway-tgrade.json','archway-umee.json',] +mainnetRelayerFiles: ['archway-osmosis.json', 'archway-axelar.json','archway-cosmoshub.json','archway-jackal.json','archway-juno.json','archway-kujira.json','archway-umee.json',] ---