-
Notifications
You must be signed in to change notification settings - Fork 205
Add Neutron IBC transfer channel #407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThis pull request updates the Initia mainnet configuration by adding a new IBC channel entry in the metadata of the chain configuration file. The entry is for the blockchain identified as "neutron-1" and includes the channel details such as the port ID ("transfer"), channel ID ("channel-37"), and version ("ics20-1"). Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
mainnets/initia/chain.json (1)
154-158
: New IBC Channel Entry for "neutron-1"The new IBC channel entry has been correctly added with
"chain_id": "neutron-1"
,"port_id": "transfer"
,"channel_id": "channel-37"
, and"version": "ics20-1"
. This properly extends the interoperability of the Initia mainnet as intended in the PR objectives. Please ensure that any corresponding integration tests and documentation are updated accordingly.
Summary by CodeRabbit