@@ -57,25 +57,27 @@ rand = { version = "0.9.1", default-features = false }
5757libm = { version = " 0.2.15" , default-features = false }
5858
5959# Frontier / EVM
60- fc-api = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
61- fc-cli = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
62- fc-consensus = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
63- fc-db = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
64- fc-mapping-sync = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
65- fc-rpc = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
66- fc-rpc-core = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
67- fc-storage = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
68- fp-account = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" }
69- fp-dynamic-fee = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
70- fp-evm = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
71- fp-rpc = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
72- fp-self-contained = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
73- pallet-ethereum = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
74- pallet-evm = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
75- pallet-evm-chain-id = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
76- pallet-evm-precompile-modexp = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
77- pallet-evm-precompile-sha3fips = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
78- pallet-evm-precompile-simple = { git = " https://github.com/paritytech/frontier.git" , rev = " b9b1c620c8b418bdeeadc79725f9cfa4703c0333" , default-features = false }
60+ fc-api = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" }
61+ fc-cli = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" }
62+ fc-consensus = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" }
63+ fc-db = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" }
64+ fc-mapping-sync = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" }
65+ fc-rpc = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , features = [
66+ " rpc-binary-search-estimate" ,
67+ ] }
68+ fc-rpc-core = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" }
69+ fc-storage = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" }
70+ fp-account = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" }
71+ fp-dynamic-fee = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
72+ fp-evm = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
73+ fp-rpc = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
74+ fp-self-contained = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
75+ pallet-ethereum = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
76+ pallet-evm = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
77+ pallet-evm-chain-id = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
78+ pallet-evm-precompile-modexp = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
79+ pallet-evm-precompile-sha3fips = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
80+ pallet-evm-precompile-simple = { git = " https://github.com/paritytech/frontier.git" , rev = " 105bc38ac417de999721d09c8427fdb80eb78553" , default-features = false }
7981
8082# CLI
8183clap = { version = " 4.5.22" , features = [" derive" ] }
0 commit comments