Sfoglia il codice sorgente

Update update_price_feeds.ts

optke3 2 anni fa
parent
commit
903f4851f6
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      target_chains/sui/scripts/pyth/update_price_feeds.ts

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

@@ -92,7 +92,8 @@ async function update_price_feeds(
   console.log("WORM_STATE: ", WORM_STATE);
 
   // Parse our batch price attestation VAA bytes using Wormhole.
-  // Check out the Wormhole cross-chain bridge here: https://github.com/wormhole-foundation/wormhole
+  // Check out the Wormhole cross-chain bridge and generic messaging protocol here:
+  //     https://github.com/wormhole-foundation/wormhole
   let verified_vaas = [];
   for (let vaa of vaas) {
     let [verified_vaa] = tx.moveCall({