Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions target_chains/sui/contracts/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 100,
"tabWidth": 4,
"autoGroupImports": "module",
"useModuleLabel": true
}
22 changes: 11 additions & 11 deletions target_chains/sui/contracts/Move.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 0
manifest_digest = "320300697C11C4D84BF6ED32C1DB48A4EE830B6B44F4DFDA4E89345875C5EA11"
version = 3
manifest_digest = "B3029D9D1CE7117C8666ADFA33DCF00F71D32B3A6D848E3A7DBCE5A792B691C2"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"

dependencies = [
{ name = "Sui" },
{ name = "Wormhole" },
{ id = "Sui", name = "Sui" },
{ id = "Wormhole", name = "Wormhole" },
]

[[move.package]]
name = "MoveStdlib"
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "041c5f2bae2fe52079e44b70514333532d69f4e6", subdir = "crates/sui-framework/packages/move-stdlib" }

[[move.package]]
name = "Sui"
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "041c5f2bae2fe52079e44b70514333532d69f4e6", subdir = "crates/sui-framework/packages/sui-framework" }

dependencies = [
{ name = "MoveStdlib" },
{ id = "MoveStdlib", name = "MoveStdlib" },
]

[[move.package]]
name = "Wormhole"
id = "Wormhole"
source = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "82d82bffd5a8566e4b5d94be4e4678ad55ab1f4f", subdir = "sui/wormhole" }

dependencies = [
{ name = "Sui" },
{ id = "Sui", name = "Sui" },
]

[move.toolchain-version]
compiler-version = "1.27.2"
edition = "legacy"
compiler-version = "1.48.1"
edition = "2024"
flavor = "sui"
6 changes: 2 additions & 4 deletions target_chains/sui/contracts/Move.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[package]
name = "Pyth"
version = "0.0.2"
edition = "2024"

[dependencies.Sui]
git = "https://github.com/MystenLabs/sui.git"
subdir = "crates/sui-framework/packages/sui-framework"
rev = "041c5f2bae2fe52079e44b70514333532d69f4e6"
# Sui is replaced with implicit dependency

[dependencies.Wormhole]
git = "https://github.com/wormhole-foundation/wormhole.git"
Expand Down
Loading
Loading