@@ -16,7 +16,7 @@ srml-support = { git = 'https://github.com/darwinia-network/substrate.git', defa
16
16
system = { package = " srml-system" , git = ' https://github.com/darwinia-network/substrate.git' , default-features = false }
17
17
timestamp = { package = " srml-timestamp" , git = ' https://github.com/darwinia-network/substrate.git' , default-features = false }
18
18
session = { package = " srml-session" ,git = ' https://github.com/darwinia-network/substrate.git' , default-features = false , features = [" historical" ] }
19
- dsupport = { package = " evo -support" , path = " ../support" , default-features = false }
19
+ darwinia-support = { package = " darwinia -support" , path = " ../support" , default-features = false }
20
20
substrate-primitives = { git = ' https://github.com/darwinia-network/substrate.git' , default-features = false }
21
21
sr-arithmetic = { git = ' https://github.com/darwinia-network/substrate.git' , default-features = false }
22
22
sr-staking-primitives = { git = ' https://github.com/darwinia-network/substrate.git' , default-features = false }
@@ -27,7 +27,7 @@ authorship = { package = "srml-authorship", git = 'https://github.com/darwinia-n
27
27
substrate-primitives = { git = ' https://github.com/darwinia-network/substrate.git' }
28
28
timestamp = { package = " srml-timestamp" , git = ' https://github.com/darwinia-network/substrate.git' }
29
29
balances = { package = " srml-balances" , git = ' https://github.com/darwinia-network/substrate.git' }
30
- kton = { package = " evo -kton" , path = " ../kton" }
30
+ kton = { package = " darwinia -kton" , path = " ../kton" }
31
31
rand = " 0.7.2"
32
32
node-runtime = { path = " ../../node/runtime" }
33
33
@@ -48,7 +48,7 @@ std = [
48
48
" session/std" ,
49
49
" system/std" ,
50
50
" timestamp/std" ,
51
- " dsupport /std" ,
51
+ " darwinia-support /std" ,
52
52
" sr-arithmetic/std" ,
53
53
" sr-staking-primitives/std" ,
54
54
" authorship/std"
0 commit comments