Skip to content

Conversation

@0xRadian
Copy link
Contributor

@0xRadian 0xRadian commented Dec 24, 2025

adds cabal INIT on echelon with icon and name provided by the echelon team

Summary by CodeRabbit

New Features

  • Added support for Cabal's LST-as-a-service token (eINIT) on Echelon mainnet via IBC cross-chain bridge, including denomination configurations, token metadata (name, symbol, display properties), and associated imagery for seamless integration and accurate display.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Dec 24, 2025

Walkthrough

A new asset entry for the Cabal eINIT token was added to the echelon asset registry. The entry includes denomination units, IBC trace information via channel-35 to the Initia chain, and associated metadata including name, symbol, and logo URLs.

Changes

Cohort / File(s) Summary
Asset Registry Update
mainnets/echelon/assetlist.json
Added new asset entry for eINIT (Cabal LST-as-a-service token) with denomination units, IBC trace linking to initia chain via channel-35, base/display configuration, and logo/image references.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 A new token hops into our list so bright,
eINIT joins the echelon's delight!
Through channel thirty-five it travels far,
From Initia's realm—a shining star. ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'add eINIT' clearly and concisely describes the main change: adding a new eINIT asset entry to the registry.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
mainnets/echelon/assetlist.json (1)

439-447: Consider reordering denom_units for consistency.

The denom_units array has the display denomination (exponent 6) listed before the base denomination (exponent 0). While this matches the sxINIT entry (also a Cabal token), it's inconsistent with 7 out of 9 asset entries in this file, where the base denomination (exponent 0) is listed first.

🔎 Suggested reordering for consistency
       "denom_units": [
         {
-          "denom": "eINIT",
-          "exponent": 6
+          "denom": "ibc/749ECC13174B58CB9BFED2C8608670DBD3AF3EFE767E8AE671C1AFFB97F75116",
+          "exponent": 0
         },
         {
-          "denom": "ibc/749ECC13174B58CB9BFED2C8608670DBD3AF3EFE767E8AE671C1AFFB97F75116",
-          "exponent": 0
+          "denom": "eINIT",
+          "exponent": 6
         }
       ],
📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting

📥 Commits

Reviewing files that changed from the base of the PR and between c7ffaa4 and f523b92.

⛔ Files ignored due to path filters (1)
  • images/eINIT.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • mainnets/echelon/assetlist.json
🧰 Additional context used
🪛 GitHub Actions: check pre-commit
mainnets/echelon/assetlist.json

[error] 434-434: Prettier formatting check failed. Run 'prettier --write' to fix code style issues in this file.

🔇 Additional comments (1)
mainnets/echelon/assetlist.json (1)

469-476: eINIT.png file is present in the repository.

The image file exists at ./images/eINIT.png and is correctly referenced in the assetlist.json.

Comment on lines +436 to +437
},
{
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Fix the formatting issue to pass the pre-commit check.

The pipeline failure indicates a Prettier formatting issue. The opening brace at line 437 appears to have incorrect indentation.

Run the following command to automatically fix the formatting:

prettier --write mainnets/echelon/assetlist.json
🤖 Prompt for AI Agents
In mainnets/echelon/assetlist.json around lines 436 to 437, there is a Prettier
formatting issue: the opening brace on line 437 has incorrect indentation; fix
by running the auto-formatter (prettier --write mainnets/echelon/assetlist.json)
or manually adjust indentation so the brace aligns with the surrounding JSON
structure and re-run pre-commit to ensure the file passes formatting checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant