diff --git a/Cargo.lock b/Cargo.lock index 427aaf0..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=4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e#4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e" +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=4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e#4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e" +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 c75f2c1..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 = "4e4d85cc8202ec4980ec4fa0b6f50666c9d7e92e", 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