Skip to content

Commit 3986c96

Browse files
committed
Update doc link in README
1 parent af5f065 commit 3986c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/sui/sdk/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const priceUpdateData = await connection.getPriceFeedsUpdateData(priceIds); // s
6161
// It is either injected from browser or instantiated in backend via some private key
6262
const wallet: SignerWithProvider = getWallet();
6363
// Get the state ids of the Pyth and Wormhole contracts from
64-
// https://docs.pyth.network/documentation/pythnet-price-feeds/sui
64+
// https://docs.pyth.network/price-feeds/contract-addresses/sui
6565
const wormholeStateId = " 0xFILL_ME";
6666
const pythStateId = "0xFILL_ME";
6767

0 commit comments

Comments
 (0)