Skip to content

Commit

Permalink
Merge branch 'solana-updates' of github.com:smartcontractkit/chainlin…
Browse files Browse the repository at this point in the history
…k into solana-link-deploy
  • Loading branch information
yashnevatia committed Jan 6, 2025
2 parents 7a2afca + 7da3b14 commit 3b1e77a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/environment/crib/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package crib

import (
"context"

"github.com/smartcontractkit/chainlink-common/pkg/logger"
"github.com/smartcontractkit/chainlink/deployment"
"github.com/smartcontractkit/chainlink/deployment/environment/devenv"
Expand Down Expand Up @@ -32,6 +33,7 @@ func NewDeployEnvironmentFromCribOutput(lggr logger.Logger, output DeployOutput)
lggr,
output.AddressBook,
chains,
nil, // nil for solana chains, can use memory solana chain example when required
output.NodeIDs,
nil, // todo: populate the offchain client using output.DON
func() context.Context { return context.Background() }, deployment.XXXGenerateTestOCRSecrets(),
Expand Down

0 comments on commit 3b1e77a

Please sign in to comment.