-
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
Updates to deploy CCIP Solana to staging #16160
base: develop
Are you sure you want to change the base?
Conversation
@@ -40,7 +40,7 @@ type EVMChain struct { | |||
Users []*bind.TransactOpts | |||
} | |||
|
|||
type SolanaChain struct { | |||
type SolanaChainConfig struct { |
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.
Is it possible to keep this named SolanaChain
? I understand it collides with other SolanaChain
names but we also have EVMChain
in this file and would probably want to be consistent with those.
Quality Gate passedIssues Measures |
AER Report: CI Coreaer_workflow , commit , Scheduled Run Frequency , Detect Changes , Clean Go Tidy & Generate , GolangCI Lint (deployment) , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , test-scripts , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , lint , SonarQube Scan 1. Undefined variable
|
Requires
Supports