From 32ac4de125b00f6d07eef125c15c7d5ec5f491b4 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 29 Apr 2022 10:21:52 +0200 Subject: [PATCH] Fix contract addr + remove unavailable fields --- pyth-sdk-terra/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyth-sdk-terra/README.md b/pyth-sdk-terra/README.md index 13300fc..9766f0e 100644 --- a/pyth-sdk-terra/README.md +++ b/pyth-sdk-terra/README.md @@ -20,7 +20,7 @@ Simply call the `query_price_feed` function in your Terra contract with a price ```rust // Pyth network testnet contract address -pyth_contract_addr: string = "terra1hdc8q4ejy82kd9w7wj389dlul9z5zz9a36jflh"; +pyth_contract_addr: string = "terra1wzs3rgzgjdde3kg7k3aaz6qx7sc5dcwxqe9fuc"; // Price feed id for BTC/USD on testnet price_feed_id = PriceIdentifier::from_hex("f9c0172ba10dfa4d19088d94f5bf61d3b54d5bd7483a322a982e1373ee8ea31b"); @@ -70,6 +70,3 @@ List of available Price Feeds and their ids: | Crypto.USDC/USD | `0x41f3625971ca2ed2263e78573fe5ce23e13d2558ed3f2e47ab0f84fb9e7ae722` | Testnet price feeds update once per minute. - -#### Notes -- :warning: `num_publishers` and `max_num_publishers` in `PriceFeed` are currently unavailable and set to 0.