File tree Expand file tree Collapse file tree 6 files changed +23
-22
lines changed
contracts/solana/programs/pyth-lazer-solana-contract Expand file tree Collapse file tree 6 files changed +23
-22
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ no-log-ix-name = []
1919idl-build = [" anchor-lang/idl-build" ]
2020
2121[dependencies ]
22- pyth-lazer-protocol = { path = " ../../../../sdk/rust/protocol" , version = " 0.18.1 " }
22+ pyth-lazer-protocol = { path = " ../../../../sdk/rust/protocol" , version = " 0.19.0 " }
2323
2424anchor-lang = " 0.31.1"
2525bytemuck = { version = " 1.20.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-publisher-sdk"
3- version = " 0.17 .0"
3+ version = " 0.18 .0"
44edition = " 2021"
55description = " Pyth Lazer Publisher SDK types."
66license = " Apache-2.0"
77repository = " https://github.com/pyth-network/pyth-crosschain"
88
99[dependencies ]
10- pyth-lazer-protocol = { version = " 0.18.1 " , path = " ../../sdk/rust/protocol" }
10+ pyth-lazer-protocol = { version = " 0.19.0 " , path = " ../../sdk/rust/protocol" }
1111anyhow = " 1.0.98"
1212protobuf = " 3.7.2"
1313serde_json = " 1.0.140"
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-client"
3- version = " 8.4.1 "
3+ version = " 8.5.0 "
44edition = " 2021"
55description = " A Rust client for Pyth Lazer"
66license = " Apache-2.0"
77
88[dependencies ]
9- pyth-lazer-protocol = { path = " ../protocol" , version = " 0.18.1 " }
9+ pyth-lazer-protocol = { path = " ../protocol" , version = " 0.19.0 " }
1010tokio = { version = " 1" , features = [" full" ] }
1111tokio-tungstenite = { version = " 0.20" , features = [" native-tls" ] }
1212futures-util = " 0.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-protocol"
3- version = " 0.18.1 "
3+ version = " 0.19.0 "
44edition = " 2021"
55description = " Pyth Lazer SDK - protocol types."
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ pub struct SymbolMetadata {
155155 pub state : SymbolState ,
156156 pub hermes_id : Option < String > ,
157157 pub quote_currency : Option < String > ,
158+ pub nasdaq_symbol : Option < String > ,
158159}
159160
160161#[ cfg( test) ]
You can’t perform that action at this time.
0 commit comments