-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(feeds) adds support for non EVM chain configs #14731
feat(feeds) adds support for non EVM chain configs #14731
Conversation
…in-type-can-be-synced-to-jd
WF: CI Core#75cc6edNo errors found in this run. 🎉 |
WF: CI Core#ef641b8No errors found in this run. 🎉 |
WF: CI Core#5baa1ebNo errors found in this run. 🎉 |
…in-type-can-be-synced-to-jd
Below is an analysis created by an LLM. Be mindful of hallucinations and verify accuracy. WF: CI Core#d0331d0Error: Git Repository Dirty After OperationsSource of Error:
Why: Suggested Fix: |
WF: CI Core#73a08e7No errors found in this run. 🎉 |
…in-type-can-be-synced-to-jd
WF: CI Core#2fee8c0No errors found in this run. 🎉 |
case "SOLANA": | ||
return ChainTypeSolana, nil | ||
case "APTOS": | ||
return ChainTypeAptos, nil |
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.
we are missing cosmos as well, but we can get this PR in first (not that we need it for aptos)
…in-type-can-be-synced-to-jd
WF: CI Core#f430c5bNo errors found in this run. 🎉 |
…in-type-can-be-synced-to-jd
Quality Gate passedIssues Measures |
https://smartcontract-it.atlassian.net/browse/DPA-1153
Requires
Resolves