Skip to content

Commit

Permalink
BLOCKCHAIN-552 Switch to pallet-ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
jindra12 committed Jan 12, 2025
1 parent 3bb2494 commit 8d47149
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 12 deletions.
90 changes: 82 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions substrate/bin/node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ bridge-types = { git = "https://github.com/sora-xor/sora2-common.git", branch =
sora-liberland-bridge-provider = { git = "https://github.com/sora-xor/sora2-common.git", branch = "liberland", default-features = false, package = "liberland-bridge-provider" }

# Frontier
pallet-evm = { branch = "polkadot-v1.1.0", git = "https://github.com/polkadot-evm/frontier", default-features = false }
pallet-ethereum = { branch = "polkadot-v1.1.0", git = "https://github.com/polkadot-evm/frontier", default-features = false }

[build-dependencies]
substrate-wasm-builder = { branch = "release-polkadot-v1.1.0", git = "https://github.com/paritytech/polkadot-sdk", optional = true}
Expand Down Expand Up @@ -235,7 +235,7 @@ std = [
"sora-liberland-bridge-provider/std",

# Frontier
"pallet-evm/std",
"pallet-ethereum/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand Down Expand Up @@ -287,7 +287,7 @@ runtime-benchmarks = [
"multisig-verifier/runtime-benchmarks",

# Frontier
"pallet-evm/runtime-benchmarks",
"pallet-ethereum/runtime-benchmarks",
]
try-runtime = [
"frame-election-provider-support/try-runtime",
Expand Down Expand Up @@ -346,7 +346,7 @@ try-runtime = [
"sora-liberland-bridge-provider/try-runtime",

# Frontier
"pallet-evm/try-runtime",
"pallet-ethereum/try-runtime",
]

metadata-hash = ["substrate-wasm-builder/metadata-hash"]

0 comments on commit 8d47149

Please sign in to comment.