Skip to content

Commit

Permalink
Switch to local frontier fork
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Dec 17, 2024
1 parent c21b518 commit 3115e54
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
24 changes: 0 additions & 24 deletions Cargo.lock

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

23 changes: 23 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,29 @@ evm-core = { path = "../evm/core" }
evm-gasometer = { path = "../evm/gasometer" }
evm-runtime = { path = "../evm/runtime" }

[patch."https://github.com/humanode-network/frontier"]
fc-cli = { path = "../frontier/client/cli" }
fc-consensus = { path = "../frontier/client/consensus" }
fc-db = { path = "../frontier/client/db" }
fc-mapping-sync = { path = "../frontier/client/mapping-sync" }
fc-rpc = { path = "../frontier/client/rpc" }
fc-rpc-core = { path = "../frontier/client/rpc-core" }
fc-storage = { path = "../frontier/client/storage" }
fp-evm = { path = "../frontier/primitives/evm" }
fp-rpc = { path = "../frontier/primitives/rpc" }
fp-self-contained = { path = "../frontier/primitives/self-contained" }
fp-storage = { path = "../frontier/primitives/storage" }
pallet-ethereum = { path = "../frontier/frame/ethereum" }
pallet-evm = { path = "../frontier/frame/evm" }
pallet-evm-balances = { path = "../frontier/frame/evm-balances" }
pallet-evm-precompile-blake2 = { path = "../frontier/frame/evm/precompile/blake2" }
pallet-evm-precompile-bn128 = { path = "../frontier/frame/evm/precompile/bn128" }
pallet-evm-precompile-modexp = { path = "../frontier/frame/evm/precompile/modexp" }
pallet-evm-precompile-sha3fips = { path = "../frontier/frame/evm/precompile/sha3fips" }
pallet-evm-precompile-simple = { path = "../frontier/frame/evm/precompile/simple" }
pallet-evm-system = { path = "../frontier/frame/evm-system" }
pallet-evm-test-vector-support = { path = "../frontier/frame/evm/test-vector-support" }

[profile.release]
debug = "line-tables-only"

Expand Down

0 comments on commit 3115e54

Please sign in to comment.