From b0ad91198826f55290fda778fb9fd346847e2ae1 Mon Sep 17 00:00:00 2001 From: Identity Bot Date: Thu, 9 Jul 2026 11:48:08 +0000 Subject: [PATCH 1/2] bump version --- audit-trail-move/Move.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audit-trail-move/Move.lock b/audit-trail-move/Move.lock index d508b850..69fa941e 100644 --- a/audit-trail-move/Move.lock +++ b/audit-trail-move/Move.lock @@ -54,7 +54,7 @@ dependencies = [ ] [move.toolchain-version] -compiler-version = "1.24.0" +compiler-version = "1.27.0-beta" edition = "2024.beta" flavor = "iota" @@ -75,8 +75,8 @@ published-version = "1" [env.devnet] chain-id = "daf90477" original-published-id = "0x42550eab2785cca0f825289176fd92074d92b2ad8bf2f226d24f4f3e16720f84" -latest-published-id = "0x42550eab2785cca0f825289176fd92074d92b2ad8bf2f226d24f4f3e16720f84" -published-version = "1" +latest-published-id = "0xf5d2b3140f54e959fb656fb73593867b8dd36bb972e2bd83db7956d4e2a1d989" +published-version = "2" [env.mainnet] chain-id = "6364aad5" From c08b51f7bb93726934b33b9d68f4382e448cb525 Mon Sep 17 00:00:00 2001 From: Yasir Date: Thu, 9 Jul 2026 14:51:48 +0300 Subject: [PATCH 2/2] fix: reorder mainnet and testnet aliases in Move.history.json --- audit-trail-move/Move.history.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/audit-trail-move/Move.history.json b/audit-trail-move/Move.history.json index 34e1e35e..90359d94 100644 --- a/audit-trail-move/Move.history.json +++ b/audit-trail-move/Move.history.json @@ -1,18 +1,19 @@ { "aliases": { + "mainnet": "6364aad5", "devnet": "daf90477", - "testnet": "2304aa97", - "mainnet": "6364aad5" + "testnet": "2304aa97" }, "envs": { - "2304aa97": [ - "0x51368931f28620c7f65b4ae2c5167b42390e69729357a6347be378755b46e7df" - ], "6364aad5": [ "0x960d8a375af7bd09d19f08a9648940caf7e76289de90aa258b9e8e30a84f1b8a" ], "daf90477": [ - "0x42550eab2785cca0f825289176fd92074d92b2ad8bf2f226d24f4f3e16720f84" + "0x42550eab2785cca0f825289176fd92074d92b2ad8bf2f226d24f4f3e16720f84", + "0xf5d2b3140f54e959fb656fb73593867b8dd36bb972e2bd83db7956d4e2a1d989" + ], + "2304aa97": [ + "0x51368931f28620c7f65b4ae2c5167b42390e69729357a6347be378755b46e7df" ] } } \ No newline at end of file