-
Notifications
You must be signed in to change notification settings - Fork 25
PLEX-1920 add solana devnet into default ChainAllowed list #1787
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
✅ API Diff Results - No breaking changes |
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.
Pull request overview
This PR adds Solana devnet support to the ChainAllowed list to enable E2E testing and integration with related Solana capabilities work.
Changes:
- Added Solana devnet chain selector (16423721717087811551) to the ChainAllowed list
- Reordered chain selectors alphabetically by numeric value
- Updated configuration across Go code, TOML, and JSON settings files
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/settings/cresettings/settings.go | Added solana-devnet chain selector and reordered entries numerically |
| pkg/settings/cresettings/defaults.toml | Added solana-devnet chain selector to TOML configuration |
| pkg/settings/cresettings/defaults.json | Added solana-devnet chain selector to JSON configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Supports: