diff --git a/Move.lock b/Move.lock index 70377b8..bc0fbe2 100644 --- a/Move.lock +++ b/Move.lock @@ -2,7 +2,7 @@ [move] version = 3 -manifest_digest = "3645A4DFA39FECFE5CF57BBB5EEB84348F24D942491E24D1ECBBE47A9F8EA7DE" +manifest_digest = "7384E019228601ED8E67F9393C00B1892BA3399632EDCA82712D0C60DD4A0DA0" deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082" dependencies = [ { id = "Sui", name = "Sui" }, @@ -27,8 +27,8 @@ flavor = "sui" [env] -[env.mainnet] -chain-id = "35834a8a" -original-published-id = "0xa90218c8ec02c619b2b4db3e3d32cfeb5c1cf762879ef75bae9f27020751d0f8" -latest-published-id = "0xd2b2de20b6744388545eec928259eeed351cd6b347963ad569c68a7272a04b35" -published-version = "4" +[env.testnet] +chain-id = "4c78adac" +original-published-id = "0x5d844d5975f82e067a597b145dca0e39434462d09c03d63f05ad74633b96f634" +latest-published-id = "0x5d844d5975f82e067a597b145dca0e39434462d09c03d63f05ad74633b96f634" +published-version = "1" diff --git a/Move.toml b/Move.toml index 5e13846..9867a8e 100644 --- a/Move.toml +++ b/Move.toml @@ -1,7 +1,7 @@ [package] name = "LiquidlogicFramework" edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move -published-at = "0xd2b2de20b6744388545eec928259eeed351cd6b347963ad569c68a7272a04b35" +published-at = "0x5d844d5975f82e067a597b145dca0e39434462d09c03d63f05ad74633b96f634" # license = "" # e.g., "MIT", "GPL", "Apache 2.0" # authors = ["..."] # e.g., ["Joe Smith (joesmith@noemail.com)", "John Snow (johnsnow@noemail.com)"] @@ -20,7 +20,8 @@ Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-fram # Override = { local = "../conflicting/version", override = true } [addresses] -liquidlogic_framework = "0xa90218c8ec02c619b2b4db3e3d32cfeb5c1cf762879ef75bae9f27020751d0f8" +# liquidlogic_framework = "0x0" +liquidlogic_framework = "0x5d844d5975f82e067a597b145dca0e39434462d09c03d63f05ad74633b96f634" # Named addresses will be accessible in Move as `@name`. They're also exported: # for example, `std = "0x1"` is exported by the Standard Library. diff --git a/README.md b/README.md index c2bebc1..23b2c47 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,43 @@ # Liquidlogic Framework + Framework for LiquidLogic ## Mainnet + Package ID + ``` 0xd2b2de20b6744388545eec928259eeed351cd6b347963ad569c68a7272a04b35 ``` + Publisher + ``` 0x8ca18c9a5eeae3040deb37332792a2e61abe10d7537b1f04c8ae403e12614318 ``` + UpgradeCap + ``` 0x3213a34cdee521e292e16a7bef2a2ad9f5ce718796b6ff459a1a0a299be3666a ``` + +## Testnet + +Package ID + +``` +0x5d844d5975f82e067a597b145dca0e39434462d09c03d63f05ad74633b96f634 +``` + +Publisher + +``` +0x4a78ac271006023d3b9f12163133c19415994ac5bb055c4ed4773880ed51ac97 +``` + +UpgradeCap + +``` +0x2f673e6f1ebf99823f6fb42f4d614df405576925f3829830870b87635fc03775 +```