From a229e156cf6a7dbd2c221dd2475fb1f66bff231f Mon Sep 17 00:00:00 2001 From: nope <83512286+nope-finance@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:12:10 -0800 Subject: [PATCH] added published at to move toml --- contracts/Move.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/Move.toml b/contracts/Move.toml index 89dd905..0213716 100644 --- a/contracts/Move.toml +++ b/contracts/Move.toml @@ -1,6 +1,7 @@ [package] name = "liquid_staking" edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move +published-at = "0x46d39a9955385f7d85cb79f87671f0ea25f42eaac08450bc8203a3b655e263af" # license = "" # e.g., "MIT", "GPL", "Apache 2.0" # authors = ["..."] # e.g., ["Joe Smith (joesmith@noemail.com)", "John Snow (johnsnow@noemail.com)"]