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
14 changes: 8 additions & 6 deletions lazer/stellar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ The optimized contract is written to

## Deploy (testnet)

This example points at the **already-deployed** Pyth Lazer verifier on Stellar testnet — you do not
deploy the verifier yourself:

| Contract | Testnet address |
| -------- | --------------- |
| Pyth Lazer verifier | `CAYFT5JE3UQTKT4Q6ZOZK4FXVYVT6RE3MFC7STA4UB6WAEGBT65MRU52` |
This example points at the **already-deployed** Pyth Lazer verifier — you do not deploy the verifier
yourself. It is live on both testnet and mainnet; the walkthrough below stays on testnet, so pass the
mainnet id as `--lazer` if you deploy there instead:

| Network | Pyth Lazer verifier |
| ------- | ------------------- |
| Testnet | [`CAYFT5JE3UQTKT4Q6ZOZK4FXVYVT6RE3MFC7STA4UB6WAEGBT65MRU52`](https://stellar.expert/explorer/testnet/contract/CAYFT5JE3UQTKT4Q6ZOZK4FXVYVT6RE3MFC7STA4UB6WAEGBT65MRU52) |
| Mainnet | [`CACZ3GBAKUPIAFRILUFO27J5RUH5GJ2VSJ46LP6GJYSKGDRTQ5MS3HCH`](https://stellar.expert/explorer/public/contract/CACZ3GBAKUPIAFRILUFO27J5RUH5GJ2VSJ46LP6GJYSKGDRTQ5MS3HCH) |

Configure a funded testnet identity once:

Expand Down
Loading