chore: clean up chainsInfo.ts by removing unused entries#1496
chore: clean up chainsInfo.ts by removing unused entries#1496
Conversation
Removed unused configurations and logos for multiple chains in chainsInfo.ts.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThe change modifies the network configuration registry by removing several blockchain network entries and updating others with new identifiers, endpoints, and parameters. Network configurations are pruned and selectively updated, affecting identifiers, connection endpoints, currency definitions, and blockchain prefixes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist. 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@frontend/src/utils/chainsInfo.ts`:
- Around line 1023-1028: In chainsInfo.ts the bech32 prefix for consensus
addresses is misspelled: update the bech32PrefixConsAddr value (currently
'gravitygvalcons') to the correct 'gravityvalcons' so consensus address parsing
uses the official prefix; check the surrounding bech32PrefixConsPub
('gravityvalconspub') still matches and run any bech32/address parsing logic
that relies on bech32PrefixConsAddr to confirm behavior.
Removed unused configurations and logos for multiple chains in chainsInfo.ts.
Summary by CodeRabbit