Skip to content

Commit

Permalink
Use locked/polkadot-v0.9.43 frontier dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Mar 20, 2024
1 parent 49a1900 commit 38f0bff
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,24 +139,24 @@ substrate-wasm-builder = { git = "https://github.com/humanode-network/substrate"
try-runtime-cli = { git = "https://github.com/humanode-network/substrate", branch = "locked/polkadot-v0.9.43", default-features = false }

# Frontier fork.
fc-cli = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fc-consensus = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fc-db = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fc-mapping-sync = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fc-rpc = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fc-rpc-core = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fc-storage = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fp-evm = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fp-rpc = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fp-self-contained = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fp-storage = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
pallet-ethereum = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
pallet-evm = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
pallet-evm-balances = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
pallet-evm-precompile-modexp = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
pallet-evm-precompile-sha3fips = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
pallet-evm-system = { git = "https://github.com/humanode-network/frontier", branch = "dev/polkadot-v0.9.43", default-features = false }
fc-cli = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fc-consensus = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fc-db = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fc-mapping-sync = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fc-rpc = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fc-rpc-core = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fc-storage = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fp-evm = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fp-rpc = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fp-self-contained = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
fp-storage = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
pallet-ethereum = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
pallet-evm = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
pallet-evm-balances = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
pallet-evm-precompile-modexp = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
pallet-evm-precompile-sha3fips = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }
pallet-evm-system = { git = "https://github.com/humanode-network/frontier", branch = "locked/polkadot-v0.9.43", default-features = false }

[profile.release-lto]
inherits = "release"
Expand Down

0 comments on commit 38f0bff

Please sign in to comment.