Skip to content

Commit

Permalink
feat: add ibc fxcore testnet (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax authored Jan 12, 2024
1 parent de10930 commit 663eba8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/images/chains/fxcore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/data/cosmos_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions src/data/ibc_channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 663eba8

@vercel
Copy link

@vercel vercel bot commented on 663eba8 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.