From 2d5f3bc05ea2fd84217e44d9a8e551e2ef0be609 Mon Sep 17 00:00:00 2001 From: "liquan.eth" Date: Thu, 7 May 2026 14:15:34 +0800 Subject: [PATCH 1/2] update mega-evm version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 427aaf0..0d6072c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3256,7 +3256,7 @@ dependencies = [ [[package]] name = "mega-evm" version = "1.5.1" -source = "git+https://github.com/megaeth-labs/mega-evm.git?rev=4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e#4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e" +source = "git+https://github.com/megaeth-labs/mega-evm.git?rev=47c7e3b1690e28a1c195db18129f66d91f508865#47c7e3b1690e28a1c195db18129f66d91f508865" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "mega-system-contracts" version = "1.5.1" -source = "git+https://github.com/megaeth-labs/mega-evm.git?rev=4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e#4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e" +source = "git+https://github.com/megaeth-labs/mega-evm.git?rev=47c7e3b1690e28a1c195db18129f66d91f508865#47c7e3b1690e28a1c195db18129f66d91f508865" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/Cargo.toml b/Cargo.toml index c75f2c1..da2258f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ alloy-signer-local = "1.0.23" alloy-trie = { version = "0.9.0", default-features = false } # mega -mega-evm = { git = "https://github.com/megaeth-labs/mega-evm.git", rev = "4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e", default-features = false } +mega-evm = { git = "https://github.com/megaeth-labs/mega-evm.git", rev = "47c7e3b1690e28a1c195db18129f66d91f508865", default-features = false } salt = { git = "https://github.com/megaeth-labs/salt.git", rev = "v1.0.2", default-features = false } # op From bcfa9b6024238d0ef63452fa257ef24a4493f1ed Mon Sep 17 00:00:00 2001 From: "liquan.eth" Date: Thu, 7 May 2026 17:07:23 +0800 Subject: [PATCH 2/2] use mega-evm main branch last commit --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d6072c..cac1d44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3256,7 +3256,7 @@ dependencies = [ [[package]] name = "mega-evm" version = "1.5.1" -source = "git+https://github.com/megaeth-labs/mega-evm.git?rev=47c7e3b1690e28a1c195db18129f66d91f508865#47c7e3b1690e28a1c195db18129f66d91f508865" +source = "git+https://github.com/megaeth-labs/mega-evm.git?rev=915f71e324141140c7f08687fc23db63402e06e0#915f71e324141140c7f08687fc23db63402e06e0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "mega-system-contracts" version = "1.5.1" -source = "git+https://github.com/megaeth-labs/mega-evm.git?rev=47c7e3b1690e28a1c195db18129f66d91f508865#47c7e3b1690e28a1c195db18129f66d91f508865" +source = "git+https://github.com/megaeth-labs/mega-evm.git?rev=915f71e324141140c7f08687fc23db63402e06e0#915f71e324141140c7f08687fc23db63402e06e0" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/Cargo.toml b/Cargo.toml index da2258f..eacebb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ alloy-signer-local = "1.0.23" alloy-trie = { version = "0.9.0", default-features = false } # mega -mega-evm = { git = "https://github.com/megaeth-labs/mega-evm.git", rev = "47c7e3b1690e28a1c195db18129f66d91f508865", default-features = false } +mega-evm = { git = "https://github.com/megaeth-labs/mega-evm.git", rev = "915f71e324141140c7f08687fc23db63402e06e0", default-features = false } salt = { git = "https://github.com/megaeth-labs/salt.git", rev = "v1.0.2", default-features = false } # op