File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Simply call the `query_price_feed` function in your Terra contract with a price
20
20
21
21
``` rust
22
22
// Pyth network testnet contract address
23
- pyth_contract_addr : string = " terra1hdc8q4ejy82kd9w7wj389dlul9z5zz9a36jflh " ;
23
+ pyth_contract_addr : string = " terra1wzs3rgzgjdde3kg7k3aaz6qx7sc5dcwxqe9fuc " ;
24
24
// Price feed id for BTC/USD on testnet
25
25
price_feed_id = PriceIdentifier :: from_hex (" f9c0172ba10dfa4d19088d94f5bf61d3b54d5bd7483a322a982e1373ee8ea31b" );
26
26
@@ -70,6 +70,3 @@ List of available Price Feeds and their ids:
70
70
| Crypto.USDC/USD | ` 0x41f3625971ca2ed2263e78573fe5ce23e13d2558ed3f2e47ab0f84fb9e7ae722 ` |
71
71
72
72
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.
You can’t perform that action at this time.
0 commit comments