Skip to content

Commit 705a2eb

Browse files
authored
Update solana-onchain-report-verification.mdx
1 parent 8fc4189 commit 705a2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/data-streams/tutorials/streams-direct/solana-onchain-report-verification.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ In your program's manifest file (`programs/example_verify/Cargo.toml`), add the
137137

138138
```toml
139139
[dependencies]
140-
chainlink_solana_data_streams = { git = "https://github.com/smartcontractkit/chainlink-solana", branch = "develop", subdir = "contracts/crates/chainlink-solana-data-streams" }
140+
chainlink_solana_data_streams = { git = "https://github.com/smartcontractkit/chainlink-data-streams-solana", subdir = "crates/chainlink-solana-data-streams" ,tag = "v1.1.0"}
141141
data-streams-report = { git = "https://github.com/smartcontractkit/data-streams-sdk.git", subdir = "rust/crates/report" }
142142

143143
# Additional required dependencies

0 commit comments

Comments
 (0)