Răsfoiți Sursa

Update update_price_feeds.ts

optke3 2 ani în urmă
părinte
comite
55eb840cb4
1 a modificat fișierele cu 1 adăugiri și 5 ștergeri
  1. 1 5
      target_chains/sui/scripts/pyth/update_price_feeds.ts

+ 1 - 5
target_chains/sui/scripts/pyth/update_price_feeds.ts

@@ -1,8 +1,4 @@
-/// We build a programmable transaction to look up a PriceInfoObject ID
-/// from a price feed ID, update the price feed, and finally fetch
-/// the updated price.
-///
-/// https://pyth.network/developers/price-feed-ids#pyth-evm-testnet
+/// Build a programmable txn for updating multiple price feeds.
 import dotenv from "dotenv";
 import { PriceServiceConnection } from "@pythnetwork/price-service-client";
 import fs from "fs";