@@ -271,48 +271,48 @@ sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch
271
271
sp-genesis-builder = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " stable2407" , default-features = false }
272
272
273
273
# Frontier Client
274
- fc-cli = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
275
- fc-consensus = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" }
276
- fc-db = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
277
- fc-mapping-sync = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
278
- fc-rpc = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
279
- fc-rpc-core = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" }
280
- fc-storage = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" }
281
- fc-api = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
274
+ fc-cli = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
275
+ fc-consensus = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" }
276
+ fc-db = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
277
+ fc-mapping-sync = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
278
+ fc-rpc = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
279
+ fc-rpc-core = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" }
280
+ fc-storage = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" }
281
+ fc-api = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
282
282
283
283
# Frontier Primitive
284
- fp-account = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false , features = [
284
+ fp-account = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false , features = [
285
285
" serde" ,
286
286
] }
287
- fp-consensus = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
288
- fp-dynamic-fee = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
289
- fp-ethereum = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
290
- fp-evm = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false , features = [
287
+ fp-consensus = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
288
+ fp-dynamic-fee = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
289
+ fp-ethereum = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
290
+ fp-evm = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false , features = [
291
291
" serde" ,
292
292
] }
293
- fp-rpc = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
294
- fp-self-contained = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false , features = [
293
+ fp-rpc = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
294
+ fp-self-contained = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false , features = [
295
295
" serde" ,
296
296
] }
297
- fp-storage = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
297
+ fp-storage = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
298
298
299
299
# Frontier FRAME
300
- pallet-base-fee = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
301
- pallet-dynamic-fee = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
302
- pallet-ethereum = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
303
- pallet-evm = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
304
- pallet-evm-chain-id = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
305
- pallet-evm-precompile-blake2 = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
306
- pallet-evm-precompile-bn128 = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
307
- pallet-evm-precompile-curve25519 = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
308
- pallet-evm-precompile-dispatch = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
309
- pallet-evm-precompile-ed25519 = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
310
- pallet-evm-precompile-modexp = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
311
- pallet-evm-precompile-sha3fips = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
312
- pallet-evm-precompile-simple = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
313
- pallet-evm-test-vector-support = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" }
314
- pallet-hotfix-sufficients = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
315
- precompile-utils = { git = " https://github.com/paritytech /frontier.git " , branch = " stable2407" , default-features = false }
300
+ pallet-base-fee = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
301
+ pallet-dynamic-fee = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
302
+ pallet-ethereum = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
303
+ pallet-evm = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
304
+ pallet-evm-chain-id = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
305
+ pallet-evm-precompile-blake2 = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
306
+ pallet-evm-precompile-bn128 = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
307
+ pallet-evm-precompile-curve25519 = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
308
+ pallet-evm-precompile-dispatch = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
309
+ pallet-evm-precompile-ed25519 = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
310
+ pallet-evm-precompile-modexp = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
311
+ pallet-evm-precompile-sha3fips = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
312
+ pallet-evm-precompile-simple = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
313
+ pallet-evm-test-vector-support = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" }
314
+ pallet-hotfix-sufficients = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
315
+ precompile-utils = { git = " https://github.com/polkadot-evm /frontier" , branch = " stable2407" , default-features = false }
316
316
317
317
# Local precompiles
318
318
evm-erc20-utils = { path = " precompiles/erc20-utils" , default-features = false }
@@ -375,11 +375,21 @@ rpc-trace = { path = "client/rpc/trace" }
375
375
rpc-txpool = { path = " client/rpc/txpool" }
376
376
evm-tracer = { path = " evm-tracer" , default-features = false }
377
377
378
- # Polkadot XCM
379
- xcm-executor = { package = " staging-xcm-executor" , git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " stable2407" , default-features = false }
380
- xcm-builder = { package = " staging-xcm-builder" , git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " stable2407" , default-features = false }
381
- xcm = { package = " staging-xcm" , git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " stable2407" , default-features = false }
382
- polkadot-parachain-primitives = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " stable2407" , default-features = false }
378
+ # Hyperbridge EVM necessary dependencies
379
+ alloy-sol-macro = " 0.7.7"
380
+ alloy-sol-types = { version = " 0.7.7" , default-features = false }
381
+ alloy-primitives = { version = " 0.7.7" , default-features = false , features = [" rlp" ] }
382
+
383
+ # Hyperbridge
384
+ token-gateway-primitives = { path = " pallets/token-gateway/primitives" }
385
+ pallet-token-gateway = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2407-1" , default-features = false }
386
+ pallet-ismp = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2407-1" , default-features = false }
387
+ pallet-ismp-rpc = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2407-1" }
388
+ pallet-ismp-runtime-api = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2407-1" , default-features = false }
389
+ ismp-grandpa = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2407-1" , default-features = false }
390
+ ismp = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2407-1" , default-features = false }
391
+ pallet-hyperbridge = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2407-1" , default-features = false }
392
+ anyhow = { version = " 1.0.93" , default-features = false }
383
393
384
394
# Subxt
385
395
subxt = { version = " 0.39.0" , default-features = false }
0 commit comments