Skip to content

Commit

Permalink
move toml fixes (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys authored Nov 16, 2024
1 parent fe36824 commit bbc1d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/Move.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "liquid_staking"
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
published-at = "0x46d39a9955385f7d85cb79f87671f0ea25f42eaac08450bc8203a3b655e263af"
published-at = "0x82e6f4f75441eae97d2d5850f41a09d28c7b64a05b067d37748d471f43aaf3f7"
# license = "" # e.g., "MIT", "GPL", "Apache 2.0"
# authors = ["..."] # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"]

Expand All @@ -22,7 +22,7 @@ SuiSystem = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/su
# Override = { local = "../conflicting/version", override = true }

[addresses]
liquid_staking = "0x0"
liquid_staking = "0xb0575765166030556a6eafd3b1b970eba8183ff748860680245b9edd41c716e7"

# Named addresses will be accessible in Move as `@name`. They're also exported:
# for example, `std = "0x1"` is exported by the Standard Library.
Expand Down

0 comments on commit bbc1d75

Please sign in to comment.