Skip to content

Commit 2efd545

Browse files
authored
feat(lazer): support ecdsa signers in solana contract (#2429)
1 parent 54f584d commit 2efd545

File tree

5 files changed

+381
-176
lines changed

5 files changed

+381
-176
lines changed

lazer/Cargo.lock

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lazer/contracts/solana/programs/pyth-lazer-solana-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ no-log-ix-name = []
1919
idl-build = ["anchor-lang/idl-build"]
2020

2121
[dependencies]
22-
pyth-lazer-protocol = "0.5.0"
22+
pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.6.0" }
2323

2424
anchor-lang = "0.30.1"
2525
bytemuck = "1.20.0"

0 commit comments

Comments
 (0)