Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lazer/stellar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deploy the verifier yourself:

| Contract | Testnet address |
| -------- | --------------- |
| Pyth Lazer verifier | `CD2KMDOR274ZVPVVSDIBWNBLGAXJOHKJBQGNWYQHF3O6H767UOYJJYJZ` |
| Pyth Lazer verifier | `CAYFT5JE3UQTKT4Q6ZOZK4FXVYVT6RE3MFC7STA4UB6WAEGBT65MRU52` |

Configure a funded testnet identity once:

Expand All @@ -57,7 +57,7 @@ stellar contract deploy \
--source deployer \
--network testnet \
-- \
--lazer CD2KMDOR274ZVPVVSDIBWNBLGAXJOHKJBQGNWYQHF3O6H767UOYJJYJZ \
--lazer CAYFT5JE3UQTKT4Q6ZOZK4FXVYVT6RE3MFC7STA4UB6WAEGBT65MRU52 \
--feed_id 1 \
--freshness_threshold_us 60000000
```
Expand Down
Loading