From 2c2f22ec615751165643dd37c87890d706b07926 Mon Sep 17 00:00:00 2001 From: Rodrigo Quelhas Date: Wed, 18 Sep 2024 15:59:04 +0100 Subject: [PATCH] update frontier pin --- Cargo.lock | 11 ++++++----- Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d478dc6..7be5883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3405,7 +3405,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#cf990e246d99a7e63b39aef3eaadd426b8d34127" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=perm-runtime-3102#f070fb0eacb9cb472f627ddbc0affadf1a23a7a2" dependencies = [ "hex", "impl-serde", @@ -3423,8 +3423,9 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#cf990e246d99a7e63b39aef3eaadd426b8d34127" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=perm-runtime-3102#f070fb0eacb9cb472f627ddbc0affadf1a23a7a2" dependencies = [ + "environmental", "evm", "frame-support", "num_enum", @@ -7164,7 +7165,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#cf990e246d99a7e63b39aef3eaadd426b8d34127" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=perm-runtime-3102#f070fb0eacb9cb472f627ddbc0affadf1a23a7a2" dependencies = [ "environmental", "evm", @@ -9807,7 +9808,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#cf990e246d99a7e63b39aef3eaadd426b8d34127" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=perm-runtime-3102#f070fb0eacb9cb472f627ddbc0affadf1a23a7a2" dependencies = [ "derive_more", "environmental", @@ -9836,7 +9837,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#cf990e246d99a7e63b39aef3eaadd426b8d34127" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=perm-runtime-3102#f070fb0eacb9cb472f627ddbc0affadf1a23a7a2" dependencies = [ "case", "num_enum", diff --git a/Cargo.toml b/Cargo.toml index c073c6f..a893e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -205,9 +205,9 @@ westend-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", xcm-simulator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } # Frontier (wasm) -fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -precompile-utils = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "perm-runtime-3102", default-features = false } +pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "perm-runtime-3102", default-features = false } +precompile-utils = { git = "https://github.com/moonbeam-foundation/frontier", branch = "perm-runtime-3102", default-features = false } # EVM evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-v1.11.0", default-features = false }