Skip to content

Commit 29e2fe1

Browse files
authored
feat(pyth-lazer-agent): Add nasdaq_symbol to SymbolMetadata fetched from history service symbols endpoint (#3146)
1 parent b2f9d7d commit 29e2fe1

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

Cargo.lock

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

apps/pyth-lazer-agent/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "pyth-lazer-agent"
3-
version = "0.6.1"
3+
version = "0.7.1"
44
edition = "2024"
55
description = "Pyth Lazer Agent"
66
license = "Apache-2.0"
77
repository = "https://github.com/pyth-network/pyth-crosschain"
88

99
[dependencies]
10-
pyth-lazer-publisher-sdk = "0.16.1"
11-
pyth-lazer-protocol = "0.18.1"
10+
pyth-lazer-publisher-sdk = "0.18.0"
11+
pyth-lazer-protocol = "0.19.0"
1212

1313
anyhow = "1.0.98"
1414
backoff = "0.4.0"

apps/pyth-lazer-agent/src/jrpc_handle.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ pub mod tests {
297297
state: SymbolState::Stable,
298298
hermes_id: None,
299299
quote_currency: None,
300+
nasdaq_symbol: None,
300301
}
301302
}
302303

0 commit comments

Comments
 (0)