@@ -9,15 +9,15 @@ bounded-collections = { version = "0.2", default-features = false }
99scale-info = { version = " 2" , default-features = false , features = [" derive" ] }
1010
1111# Polkadot SDK
12- binary-merkle-tree = { git = " https://github.com/availproject/polkadot-sdk" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
13- sp-arithmetic = { git = " https://github.com/availproject/polkadot-sdk" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
14- sp-std = { git = " https://github.com/availproject/polkadot-sdk" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
15- sp-trie = { git = " https://github.com/availproject/polkadot-sdk" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
16- sp-runtime = { git = " https://github.com/availproject/polkadot-sdk" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
17- frame-support = { git = " https://github.com/availproject/polkadot-sdk" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
18- sp-runtime-interface = { git = " https://github.com/availproject/polkadot-sdk" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
19- sp-storage = { git = " https://github.com/availproject/polkadot-sdk.git" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
20- sp-debug-derive = { git = " https://github.com/availproject/polkadot-sdk.git" , tag = " polkadot-1.7.1-patch-10 " , default-features = false }
12+ binary-merkle-tree = { git = " https://github.com/availproject/polkadot-sdk" , branch = " fusion-mvp " , default-features = false }
13+ sp-arithmetic = { git = " https://github.com/availproject/polkadot-sdk" , branch = " fusion-mvp " , default-features = false }
14+ sp-std = { git = " https://github.com/availproject/polkadot-sdk" , branch = " fusion-mvp " , default-features = false }
15+ sp-trie = { git = " https://github.com/availproject/polkadot-sdk" , branch = " fusion-mvp " , default-features = false }
16+ sp-runtime = { git = " https://github.com/availproject/polkadot-sdk" , branch = " fusion-mvp " , default-features = false }
17+ frame-support = { git = " https://github.com/availproject/polkadot-sdk" , branch = " fusion-mvp " , default-features = false }
18+ sp-runtime-interface = { git = " https://github.com/availproject/polkadot-sdk" , branch = " fusion-mvp " , default-features = false }
19+ sp-storage = { git = " https://github.com/availproject/polkadot-sdk.git" , branch = " fusion-mvp " , default-features = false }
20+ sp-debug-derive = { git = " https://github.com/availproject/polkadot-sdk.git" , branch = " fusion-mvp " , default-features = false }
2121
2222primitive-types = { version = " 0.12.2" , default-features = false , features = [" codec" , " scale-info" ] }
2323
@@ -63,7 +63,7 @@ nalgebra = { version = "0.32.2", default-features = false }
6363ethabi-decode = { git = " https://github.com/Snowfork/ethabi-decode.git" , branch = " master" , default-features = false }
6464
6565[patch ."https://github .com/paritytech/polkadot-sdk" ]
66- sp-crypto-ec-utils = { git = " https://github.com/availproject/polkadot-sdk" , tag = " polkadot-1.7.1-patch-10 " }
66+ sp-crypto-ec-utils = { git = " https://github.com/availproject/polkadot-sdk" , branch = " fusion-mvp " }
6767
6868[profile .dev .package ]
6969nalgebra = { opt-level = 3 }
0 commit comments