Skip to content

Commit e9c545c

Browse files
authored
Fix contract addr + remove unavailable fields mentioned there (#50)
1 parent e10ec85 commit e9c545c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyth-sdk-terra/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Simply call the `query_price_feed` function in your Terra contract with a price
2020

2121
```rust
2222
// Pyth network testnet contract address
23-
pyth_contract_addr: string = "terra1hdc8q4ejy82kd9w7wj389dlul9z5zz9a36jflh";
23+
pyth_contract_addr: string = "terra1wzs3rgzgjdde3kg7k3aaz6qx7sc5dcwxqe9fuc";
2424
// Price feed id for BTC/USD on testnet
2525
price_feed_id = PriceIdentifier::from_hex("f9c0172ba10dfa4d19088d94f5bf61d3b54d5bd7483a322a982e1373ee8ea31b");
2626

@@ -70,6 +70,3 @@ List of available Price Feeds and their ids:
7070
| Crypto.USDC/USD | `0x41f3625971ca2ed2263e78573fe5ce23e13d2558ed3f2e47ab0f84fb9e7ae722` |
7171

7272
Testnet price feeds update once per minute.
73-
74-
#### Notes
75-
- :warning: `num_publishers` and `max_num_publishers` in `PriceFeed` are currently unavailable and set to 0.

0 commit comments

Comments
 (0)