Skip to content

Commit

Permalink
Create list_of_IBC_channels.md (#345)
Browse files Browse the repository at this point in the history
Closes: #XXX

## Context and purpose of the change

There is no documentation about IBC channels. So people could open channels despite existing ones. or somebody could try to send IBC transaction via frozen channel.
I've checked every single open channel from the Stride's side and write this table. It contain only latest data about existing IBC channels.
If  Stride <-> "foreign chain" have more then one open channel, I chose the one which is currently maintained and active.
If client in channel probably frozen (bc of expired trusting period) this channel get label "frozen"

## Brief Changelog

Add  list_of_IBC_channels.md doc.

## Author's Checklist

I have...

- [ n/a] Run and PASSED locally all GAIA integration tests
- [ n/a] If the change is contentful, I either:
    - [ n/a] Added a new unit test OR 
    - [ n/a] Added test cases to existing unit tests
- [ n/a] OR this change is a trivial rework / code cleanup without any test coverage

If skipped any of the tests above, explain.
No code added, only add useful documentation for IBC

## Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ n/a] reviewed state machine logic
- [ n/a] reviewed API design and naming
- [ n/a] manually tested (if applicable)
- [ n/a] confirmed the author wrote unit tests for new logic
- [v] reviewed documentation exists and is accurate


## Documentation and Release Note

  - [ n/a] Does this pull request introduce a new feature or user-facing behavior changes? 
  - [n/a ] Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`?
  - [ n/a] This pull request updates existing proto field values (and require a backend and frontend migration)? 
  - [ n/a] Does this pull request change existing proto field names (and require a frontend migration)?
  How is the feature or change documented? 
      - [ n/a] not applicable
      - [ n/a] jira ticket `XXX` 
      - [ n/a] specification (`x/<module>/spec/`) 
      - [ v] README.md 
      - [ n/a] not documented
  • Loading branch information
svv28 authored Nov 17, 2022
1 parent e59c98e commit c5cbb83
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/list_of_IBC_channels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Current IBC channels between Stride and other chains

IBC channels are added based on community consensus. Visit the [Stride Discord Server](https://discord.gg/stride-zone) and the [Stride Commonwealth forum](https://commonwealth.im/stride/discussions) to participate.

If channel marked as `frozen`, please, visit [Stride Discord Server](https://discord.gg/stride-zone), and ask about further interactions with it in #general or #relayer-questions channels. It could be unfrozen via governance proposal.

| Chain Name | Chain ID | Token | Stride | Foreign |
| ---------- | -------- | ----- | --------------- | ------- |
| COSMOS | cosmoshub-4 | ATOM | Channel-0 (transfer) | Channel-391 |
| | | | Channel-7 (ica.delegation) | Channel-396 |
| | | | Channel-2 (ica.fee)| Channel-395 |
| | | | Channel-3 (ica.withdrawal) | Channel-392 |
| | | | Channel-4 (ica.redemption) | Channel-393 |
| JUNO | juno-1 | JUNO | Channel-24 (transfer) | Channel-139 |
| | | | Channel-46 (ica.delegation) | Channel-160 |
| | | | Channel-26 (ica.fee) | Channel-143 |
| | | | Channel-27 (ica.withdrawal) | Channel-142 |
| | | | Channel-28 (ica.redemption) | Channel-140 |
| OSMOSIS | osmosis-1 | OSMO | Channel-5 (transfer) | Channel-326 |
| | | | Channel-42 (ica.delegation) | Channel-456 |
| | | | Channel-43 (ica.fee) | Channel-451 |
| | | | Channel-44 (ica.withdrawal) | Channel-430 |
| | | | Channel-45 (ica.redemption) | Channel-441 |
| STARGAZE | stargaze-1 | STARS | channel-19 (transfer) | channel-106 |
| | | | Channel-20 (ica.delegation) | Channel-108 |
| | | | Channel-21 (ica.fee) | Channel-109 |
| | | | Channel-22 (ica.withdrawal) | Channel-110 |
| | | | Channel-23 (ica.redemption) | Channel-107 |
| UMEE | umee-1 | UMEE | Channel-29 | Channel-34 |
| EVMOS | evmos_9001-2 | EVMOS | channel-9 | channel-25 |
| TERRA | phoenix-1 | LUNA | Channel-13 | Channel-25 |
| INJECTIVE | injective-1 | INJ | channel-6 | channel-89 |
| TERITORI | teritori-1 | TORI | channel-41 | channel-9 |
| KI CHAIN | kichain-2 | XKI | Channel-15 (frozen)| Channel-20 (frozen) |
| COMDEX | comdex-1 | CMDX | channel-39 | channel-41 |
| RIZON | titan-1 | ATOLO | channel-14 (frozen) | channel-11 (frozen) |
| SECRET | secret-4 | SCRT | Channel-40 | Channel-37 |
| REGEN | regen-1 | REGEN | channel-17 | channel-49 |
| AXELAR | axelar-dojo-1 | AXL | channel-11 | channel-33 |
| KUJIRA | kaiyo-1 | KUJI | channel-8 | channel-32 |

0 comments on commit c5cbb83

Please sign in to comment.