Skip to content

Commit 6a23681

Browse files
rphmeierpepyakin
authored andcommitted
Temporary Commit
1 parent d68a614 commit 6a23681

File tree

2 files changed

+4
-4
lines changed
  • sugondat-chain

2 files changed

+4
-4
lines changed

sugondat-chain/node/src/chain_spec/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ pub fn kusama_staging_config() -> KusamaRuntimeChainSpec {
143143

144144
KusamaRuntimeChainSpec::from_genesis(
145145
// Name
146-
"Sugondat Kusama Staging",
146+
"Kusama Blobs Staging",
147147
// Id
148-
"sugondat_kusama_staging",
148+
"blobs_kusama_staging",
149149
ChainType::Local,
150150
move || {
151151
kusama_runtime_genesis(

sugondat-chain/runtimes/sugondat-kusama/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ impl_opaque_keys! {
113113

114114
#[sp_version::runtime_version]
115115
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"),
118118
authoring_version: 1,
119119
spec_version: 1,
120120
impl_version: 0,

0 commit comments

Comments
 (0)