Skip to content

Commit 7c7f822

Browse files
authored
fix(sui): Update Toml to use New Wormhole Branches (#702)
* update documentation * remove unnecessary line * fix precommit
1 parent 9334191 commit 7c7f822

File tree

1 file changed

+2
-2
lines changed
  • pages/price-feeds/use-real-time-data

1 file changed

+2
-2
lines changed

pages/price-feeds/use-real-time-data/sui.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rev = "sui-contract-mainnet"
1919
[dependencies.Wormhole]
2020
git = "https://github.com/wormhole-foundation/wormhole.git"
2121
subdir = "sui/wormhole"
22-
rev = "sui-upgrade-mainnet"
22+
rev = "sui/mainnet"
2323

2424
# Pyth is locked into this specific `rev` because the package depends on Wormhole and is pinned to this version.
2525

@@ -40,7 +40,7 @@ rev = "sui-contract-testnet"
4040
[dependencies.Wormhole]
4141
git = "https://github.com/wormhole-foundation/wormhole.git"
4242
subdir = "sui/wormhole"
43-
rev = "sui-upgrade-testnet"
43+
rev = "sui/testnet"
4444
4545
# Pyth is locked into this specific `rev` because the package depends on Wormhole and is pinned to this version.
4646
[dependencies.Sui]

0 commit comments

Comments
 (0)