Skip to content

Commit 8fc116c

Browse files
authored
chore(sui): redeploy testnet contract (#1621)
The updated wh dependency had a redeployment of contract and that resulted in dependency mismatch. Because of that we needed to do a redeployment.
1 parent a74f599 commit 8fc116c

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

contract_manager/store/chains/SuiChains.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
mainnet: false
44
rpcUrl: https://fullnode.testnet.sui.io:443
55
type: SuiChain
6-
- id: sui_devnet
7-
wormholeChainName: sui
8-
mainnet: false
9-
rpcUrl: https://fullnode.devnet.sui.io:443
10-
type: SuiChain
116
- id: sui_mainnet
127
wormholeChainName: sui
138
mainnet: true

contract_manager/store/contracts/SuiPriceFeedContracts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
wormholeStateId: "0xaeab97f96cf9877fee2883315d459552b2b921edc16d7ceac6eab944dd88919c"
44
type: SuiPriceFeedContract
55
- chain: sui_testnet
6-
stateId: "0x2d82612a354f0b7e52809fc2845642911c7190404620cec8688f68808f8800d8"
7-
wormholeStateId: "0xebba4cc4d614f7a7cdbe883acc76d1cc767922bc96778e7b68be0d15fce27c02"
6+
stateId: "0x243759059f4c3111179da5878c12f68d612c21a8d54d85edc86164bb18be1c7c"
7+
wormholeStateId: "0x31358d198147da50db32eda2562951d53973a0c0ad5ed738e9b17d88b213d790"
88
type: SuiPriceFeedContract
99
- chain: movement_devnet_m2
1010
stateId: "0xa2b4997fe170d5d7d622d5f43e54880ccdf69716df4ac4d215a69c35a0a1831f"

target_chains/sui/contracts/Move.testnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "Pyth"
33
version = "0.0.2"
4-
published-at = "0xf7114cc10266d90c0c9e4b84455bddf29b40bd78fe56832c7ac98682c3daa95b"
4+
published-at = "0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837"
55

66
[dependencies.Sui]
77
git = "https://github.com/MystenLabs/sui.git"

0 commit comments

Comments
 (0)