-
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
Solana offchain plugin #15974
base: develop
Are you sure you want to change the base?
Solana offchain plugin #15974
Conversation
* add solana support to contract transmitter * add changeset * one more place * address unsupported chain family * encode offramp addr * fix breaking change * rename * test * revert
…r-config-to-plugin-creator
* no-op for solana estimate providers * add changeset * token data noop * noop for solana rmn * fix lint
…reader-config-to-plugin-creator Add Solana chain reader config to plugin creator
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
if checkSum { | ||
offRampAddr = common.BytesToAddress(addr).Hex() |
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.
Think you can just make this the default
if chainID == homeChainID { | ||
lggr.Debugw("Adding home chain reader config", "chainID", chainID) | ||
cfg = solanaconfig.MergeReaderConfigs(cfg, solanaconfig.HomeChainReaderConfigRaw) | ||
} |
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.
Don't think this is needed, Solana will never be home chain
Quality Gate passedIssues Measures |
No description provided.