Skip to content

Commit f80ff8b

Browse files
committed
sui-testnet
1 parent f945bae commit f80ff8b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"chain": "sui_testnet",
4+
"stateId": "0xe2b9096a5ea341a9f1eef126b2203727e29e73fdb0641ade2e1e32942f97e4d8",
5+
"wormholeStateId": "0x3c89c52e413edb9b0d9a145e02258c96916c79b1e57a12861bb61791ee5c5f81",
6+
"type": "SuiLazerContract"
7+
}
8+
]

lazer/contracts/sui/Move.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ deps = { MoveStdlib = "MoveStdlib" }
4343
[pinned.testnet.pyth_lazer]
4444
source = { root = true }
4545
use_environment = "testnet"
46-
manifest_digest = "725218D3CD1E1C4CC707240E40BCF35B0514D5C5EDEDAB630A23CEEFE3ED9E96"
46+
manifest_digest = "F288C113E77B36A432FB5039A19D4903E4D010F3359CFAA71EB297F9F67E3224"
4747
deps = { std = "MoveStdlib", sui = "Sui", wormhole = "wormhole" }
4848

4949
[pinned.testnet.wormhole]
50-
source = { git = "https://github.com/pyth-network/wormhole.git", subdir = "sui/wormhole", rev = "93c0282bc8aa60a3d07e7ab2575edcecd7a357f0" }
50+
source = { git = "https://github.com/pyth-network/wormhole.git", subdir = "sui/wormhole", rev = "a596dc27243e6b6dab95539c98b0af9836af2bc2" }
5151
use_environment = "testnet"
5252
manifest_digest = "5745706258F61D6CE210904B3E6AE87A73CE9D31A6F93BE4718C442529332A87"
5353
deps = { std = "MoveStdlib", sui = "Sui" }

lazer/contracts/sui/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2024"
88
[dependencies.wormhole]
99
git = "https://github.com/pyth-network/wormhole.git"
1010
subdir = "sui/wormhole"
11-
rev = "sui-package-update"
11+
rev = "sui-testnet"

0 commit comments

Comments
 (0)