Skip to content

Commit edd8230

Browse files
committed
update protocol to 0.8.1
1 parent 6ca713f commit edd8230

File tree

3 files changed

+58
-8
lines changed

3 files changed

+58
-8
lines changed

Cargo.lock

Lines changed: 54 additions & 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.1.3"
44
edition = "2024"
55

66
[dependencies]
7-
pyth-lazer-publisher-sdk = { path = "../../lazer/publisher_sdk/rust" }
8-
pyth-lazer-protocol = {path = "../../lazer/sdk/rust/protocol", version = "0.8.1"}
7+
pyth-lazer-publisher-sdk = "0.1.5"
8+
pyth-lazer-protocol = "0.8.1"
99

1010
anyhow = "1.0.98"
1111
backoff = "0.4.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
relayer_urls = ["ws://localhost:10001"]
2-
publish_keypair_path = "/Users/bartplatak/workspace/pyth-crosschain/apps/pyth-lazer-agent/config/test_keypair.json"
1+
relayer_urls = ["ws://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "ws://relayer-0.pyth-lazer.dourolabs.app/v1/transaction"]
2+
publish_keypair_path = "/path/to/solana/id.json"
33
listen_address = "0.0.0.0:8910"
44
publish_interval_duration = "25ms"
55
authorization_token="token1"

0 commit comments

Comments
 (0)