Skip to content

Commit

Permalink
feat: add elys testnet (#632)
Browse files Browse the repository at this point in the history
* add elys logos and testnet config
  • Loading branch information
kalidax authored Nov 22, 2023
1 parent 9b9a15b commit a98cf42
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
Binary file added public/images/chains/elys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/images/chains/elys.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 @@ -236,6 +236,12 @@
"network_id": "celestia",
"image": "/images/chains/celestia.svg"
},
{
"id": "elys",
"name": "Elys",
"network_id": "elys",
"image": "/images/chains/elys.svg"
},
{
"id": "evmos",
"name": "Evmos",
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 @@ -372,6 +372,16 @@
"to": "celestia",
"channel_id": "channel-341"
},
{
"from": "elys",
"to": "axelarnet",
"channel_id": "channel-15"
},
{
"from": "axelarnet",
"to": "elys",
"channel_id": "channel-315"
},
{
"from": "evmos",
"to": "axelarnet",
Expand Down

1 comment on commit a98cf42

@vercel
Copy link

@vercel vercel bot commented on a98cf42 Nov 22, 2023

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.