Bläddra i källkod

Update update_price_feeds.ts

optke3 2 år sedan
förälder
incheckning
55eb840cb4
1 ändrade filer med 1 tillägg och 5 borttagningar
  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 dotenv from "dotenv";
 import { PriceServiceConnection } from "@pythnetwork/price-service-client";
 import { PriceServiceConnection } from "@pythnetwork/price-service-client";
 import fs from "fs";
 import fs from "fs";