@@ -60,6 +60,9 @@ serde = { version = "1.0.209", default-features = false }
6060primitive-types = { version = " 0.12.2" , default-features = false }
6161
6262affix = " 0.1.2"
63+ alloy-primitives = { version = " 0.7" , default-features = false }
64+ alloy-sol-types = { version = " 0.7" , default-features = false }
65+ anyhow = { version = " 1.0" , default-features = false }
6366approx = " 0.5.1"
6467async-trait = " 0.1"
6568bitflags = " 1.3.2"
@@ -379,6 +382,20 @@ cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkad
379382cumulus-pallet-parachain-system-proc-macro = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
380383cumulus-relay-chain-rpc-interface = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
381384
385+ # Hyperbridge
386+ pallet-hyperbridge = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" , default-features = false }
387+ pallet-token-gateway = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" , default-features = false }
388+
389+ pallet-ismp = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" , default-features = false }
390+ pallet-ismp-runtime-api = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" , default-features = false }
391+
392+ ismp = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" , default-features = false }
393+ ismp-parachain = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" , default-features = false }
394+ ismp-parachain-runtime-api = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" , default-features = false }
395+
396+ pallet-ismp-rpc = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" }
397+ ismp-parachain-inherent = { git = " https://github.com/polytope-labs/hyperbridge" , branch = " polkadot-stable2409" }
398+
382399[patch ."https://github .com/moonbeam-foundation/open-runtime-module-library" ]
383400# ORML dependencies
384401orml-benchmarking = { git = " https://github.com/galacticcouncil/open-runtime-module-library" , branch = " polkadot-stable2409" }
@@ -550,6 +567,7 @@ cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacti
550567cumulus-relay-chain-rpc-interface = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
551568
552569[patch ."https://github .com/paritytech/polkadot-sdk" ]
570+ polkadot-sdk = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
553571frame-benchmarking = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
554572frame-benchmarking-cli = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
555573frame-executive = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
@@ -706,3 +724,7 @@ westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", bra
706724cumulus-client-pov-recovery = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
707725cumulus-pallet-parachain-system-proc-macro = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
708726cumulus-relay-chain-rpc-interface = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch = " stable2409-patch6" }
727+
728+ [patch ."https://github .com/bifrost-io/open-runtime-module-library" ]
729+ orml-xcm-support = { git = " https://github.com/galacticcouncil/open-runtime-module-library" , branch = " polkadot-stable2409" }
730+ orml-traits = { git = " https://github.com/galacticcouncil/open-runtime-module-library" , branch = " polkadot-stable2409" }
0 commit comments