File tree 2 files changed +4
-4
lines changed
runtimes/sugondat-kusama/src
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ pub fn kusama_staging_config() -> KusamaRuntimeChainSpec {
143
143
144
144
KusamaRuntimeChainSpec :: from_genesis (
145
145
// Name
146
- "Sugondat Kusama Staging" ,
146
+ "Kusama Blobs Staging" ,
147
147
// Id
148
- "sugondat_kusama_staging " ,
148
+ "blobs_kusama_staging " ,
149
149
ChainType :: Local ,
150
150
move || {
151
151
kusama_runtime_genesis (
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ impl_opaque_keys! {
113
113
114
114
#[ sp_version:: runtime_version]
115
115
pub const VERSION : RuntimeVersion = RuntimeVersion {
116
- spec_name : create_runtime_str ! ( "sugondat-chain " ) ,
117
- impl_name : create_runtime_str ! ( "sugondat-chain " ) ,
116
+ spec_name : create_runtime_str ! ( "blobchain-kusama " ) ,
117
+ impl_name : create_runtime_str ! ( "blobchain-kusama " ) ,
118
118
authoring_version : 1 ,
119
119
spec_version : 1 ,
120
120
impl_version : 0 ,
You can’t perform that action at this time.
0 commit comments