Skip to content

Commit

Permalink
bump CL version, fix to solana txs CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Mar 30, 2022
1 parent a0cb830 commit d0990bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/Pulumi.localnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config:
solana-env:CL-COUNT: 4 # not counting bootstrap, minimum 4
solana-env:CL-PORT-START: 6688 # start port to expose lite client port
solana-env:CL-P2P_PORT-START: 5050 # start port to expose lite client P2P ports
solana-env:CL-NODE_VERSION: sha-86dd56a # development version can be found at https://gallery.ecr.aws/chainlink/chainlink
solana-env:CL-NODE_VERSION: sha-13143ab # development version can be found at https://gallery.ecr.aws/chainlink/chainlink
solana-env:CL-BUILD_LOCALLY: false # (overrides NODE_VERSION) BUILD_CONTEXT and BUILD_DOCKERFILE must be set if this is enabled
solana-env:CL-BUILD_CONTEXT: ../../chainlink
solana-env:CL-BUILD_DOCKERFILE: ../../chainlink/core/chainlink.Dockerfile
Expand Down

0 comments on commit d0990bd

Please sign in to comment.