@@ -138,7 +138,7 @@ sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", tag
138
138
sp-blockchain = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
139
139
sp-consensus = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" }
140
140
sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
141
- sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" }
141
+ sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
142
142
sp-genesis-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
143
143
sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
144
144
sp-inherents = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
@@ -166,32 +166,32 @@ sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk.git", tag
166
166
substrate-prometheus-endpoint = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
167
167
168
168
# Frontier
169
- fp-evm = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
170
- fp-rpc = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
171
- fp-self-contained = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false , features = [
169
+ fp-evm = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
170
+ fp-rpc = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
171
+ fp-self-contained = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false , features = [
172
172
" serde" ,
173
173
] }
174
- fp-account = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
175
- fc-storage = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
176
- fc-db = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
177
- fc-consensus = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
178
- fp-consensus = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
179
- fp-dynamic-fee = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
180
- fc-api = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
181
- fc-rpc = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
182
- fc-rpc-core = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
183
- fc-mapping-sync = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
174
+ fp-account = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
175
+ fc-storage = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
176
+ fc-db = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
177
+ fc-consensus = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
178
+ fp-consensus = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
179
+ fp-dynamic-fee = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
180
+ fc-api = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
181
+ fc-rpc = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
182
+ fc-rpc-core = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
183
+ fc-mapping-sync = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
184
184
185
185
# Frontier FRAME
186
- pallet-base-fee = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
187
- pallet-dynamic-fee = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
188
- pallet-ethereum = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
189
- pallet-evm = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
190
- pallet-evm-chain-id = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
191
- pallet-evm-precompile-modexp = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
192
- pallet-evm-precompile-sha3fips = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
193
- pallet-evm-precompile-simple = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
194
- pallet-hotfix-sufficients = { git = " https://github.com/gztensor/frontier" , rev = " b8e3025 " , default-features = false }
186
+ pallet-base-fee = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
187
+ pallet-dynamic-fee = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
188
+ pallet-ethereum = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
189
+ pallet-evm = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
190
+ pallet-evm-chain-id = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
191
+ pallet-evm-precompile-modexp = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
192
+ pallet-evm-precompile-sha3fips = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
193
+ pallet-evm-precompile-simple = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
194
+ pallet-hotfix-sufficients = { git = " https://github.com/gztensor/frontier" , rev = " b9c606f9 " , default-features = false }
195
195
196
196
# DRAND
197
197
pallet-drand = { path = " pallets/drand" , default-features = false }
0 commit comments