Skip to content

Commit 27e2bc2

Browse files
committed
chore: use helius-sdk github fork
1 parent fd1c11a commit 27e2bc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ fs_extra = "1.3.0"
7777
futures = "0.3"
7878
futures-util = "0.3.30"
7979
git-version = "0.3.9"
80-
# helius-laserstream = "0.1.2"
81-
helius-laserstream = { path = "../laserstream-sdk/rust" }
80+
helius-laserstream = { git = "https://github.com/magicblock-labs/laserstream-sdk", branch = "v0.2.2-magicblock" }
8281
hostname = "0.4.0"
8382
http-body-util = "0.1.3"
8483
hyper = "1.6.0"

test-manual/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
anyhow = "1.0"
1111
env_logger = "0.11"
1212
futures = "0.3"
13-
helius-laserstream = { path = "../../laserstream-sdk/rust" }
13+
helius-laserstream = { git = "https://github.com/magicblock-labs/laserstream-sdk", branch = "v0.2.2-magicblock" }
1414
log = "0.4"
1515
solana-client = "2.1.8"
1616
solana-rpc-client = "2.1.8"

0 commit comments

Comments
 (0)