Skip to content

Commit

Permalink
update frontier pin
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Sep 18, 2024
1 parent 597e9e5 commit 2c2f22e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 2c2f22e

Please sign in to comment.