From 663eba81a2676abb1acb1d3db45376efa72382b7 Mon Sep 17 00:00:00 2001 From: kalidax <97290719+kalidax@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:43:19 +0100 Subject: [PATCH] feat: add ibc fxcore testnet (#703) --- public/images/chains/fxcore.svg | 1 + src/data/cosmos_chains.json | 6 ++++++ src/data/ibc_channels.json | 10 ++++++++++ 3 files changed, 17 insertions(+) create mode 100644 public/images/chains/fxcore.svg diff --git a/public/images/chains/fxcore.svg b/public/images/chains/fxcore.svg new file mode 100644 index 000000000..6aa15a409 --- /dev/null +++ b/public/images/chains/fxcore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/data/cosmos_chains.json b/src/data/cosmos_chains.json index 5a8fb1f26..73ddb8e99 100644 --- a/src/data/cosmos_chains.json +++ b/src/data/cosmos_chains.json @@ -356,6 +356,12 @@ "network_id": "xpla", "image": "/images/chains/xpla.svg" }, + { + "id": "fxcore", + "name": "fxCore", + "network_id": "fxcore", + "image": "/images/chains/fxcore.svg" + }, { "id": "provenance", "name": "provenance", diff --git a/src/data/ibc_channels.json b/src/data/ibc_channels.json index a2466d1a0..52d56c892 100644 --- a/src/data/ibc_channels.json +++ b/src/data/ibc_channels.json @@ -572,6 +572,16 @@ "to": "xpla", "channel_id": "channel-108" }, + { + "from": "fxcore", + "to": "axelarnet", + "channel_id": "channel-127" + }, + { + "from": "axelarnet", + "to": "fxcore", + "channel_id": "channel-398" + }, { "from": "provenance", "to": "axelarnet",