We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5f065 commit 3986c96Copy full SHA for 3986c96
target_chains/sui/sdk/js/README.md
@@ -61,7 +61,7 @@ const priceUpdateData = await connection.getPriceFeedsUpdateData(priceIds); // s
61
// It is either injected from browser or instantiated in backend via some private key
62
const wallet: SignerWithProvider = getWallet();
63
// Get the state ids of the Pyth and Wormhole contracts from
64
-// https://docs.pyth.network/documentation/pythnet-price-feeds/sui
+// https://docs.pyth.network/price-feeds/contract-addresses/sui
65
const wormholeStateId = " 0xFILL_ME";
66
const pythStateId = "0xFILL_ME";
67
0 commit comments