-
Notifications
You must be signed in to change notification settings - Fork 212
feat: Add Bahamut chain #1008
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?
feat: Add Bahamut chain #1008
Conversation
📝 WalkthroughWalkthroughA new changeset was added to bump the minor version of Changes
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 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 (2)
.changeset/horse-dodos-add.md (1)
1-5
: Tweak the changeset prose for clarityA tiny polish: capitalise the first word so the summary reads nicer in the release notes.
-Add bahamut chain +Add Bahamut chainchains/bahamut/metadata.yaml (1)
24-26
: Optional: add a fallback RPC or HTTPS aliasTwo endpoints are good, though adding a third (or a wss endpoint) keeps the swamp from getting murky if one node croaks. Not blocking.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
chains/bahamut/logo.svg
is excluded by!**/*.svg
📒 Files selected for processing (2)
.changeset/horse-dodos-add.md
(1 hunks)chains/bahamut/metadata.yaml
(1 hunks)
🔇 Additional comments (2)
chains/bahamut/metadata.yaml (2)
17-17
: Confirm CoinGecko slug
fasttoken
looks right, but a quick sanity check against CoinGecko prevents surprises in dashboards that fetch token prices.
Mind having a peek?
15-18
: Normalize Bahamutchain’s displayName to match other “Chain” entriesMost chains that include “Chain” in their brand use a spaced, title-cased displayName and keep the slug intact. I’d recommend:
• In chains/bahamut/metadata.yaml
-displayName: Bahamutchain +displayName: Bahamut Chain name: bahamutchainIf you really want to drop the “Chain” suffix altogether, double-check the project’s official branding and any downstream tooling before merging.
🦋 Changeset detectedLatest commit: 695124f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hello, @paulbalaji |
deployer: | ||
name: Abacus Works | ||
url: https://www.hyperlane.xyz |
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.
please use your own details, as this chain is not managed by abacus works
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.
If I want you(abacus works) to manage Bahamut chain, what do I have to do now?
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.
@paulbalaji
If you don't mind, I want to DM to you. what's your contact info?
Co-authored-by: Paul Balaji <[email protected]>
Co-authored-by: Paul Balaji <[email protected]>
Co-authored-by: Paul Balaji <[email protected]>
Co-authored-by: Paul Balaji <[email protected]>
Co-authored-by: Paul Balaji <[email protected]>
Co-authored-by: Paul Balaji <[email protected]>
Description
Add bahamut chain
Summary by CodeRabbit