diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 5911cbb..e90e652 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -2,7 +2,7 @@ name = "devnet-runtime" version = "0.1.0" authors.workspace = true -description = "A new Cumulus FRAME-based Substrate Runtime, ready for hacking together a parachain." +description = "Metaquity devnet runtime." edition.workspace = true homepage = "https://substrate.io" license = "Unlicense" diff --git a/runtime/mainnet/Cargo.toml b/runtime/mainnet/Cargo.toml index 6fb8a9d..fc237ab 100644 --- a/runtime/mainnet/Cargo.toml +++ b/runtime/mainnet/Cargo.toml @@ -2,7 +2,7 @@ name = "mainnet-runtime" version = "0.1.0" authors.workspace = true -description = "A new Cumulus FRAME-based Substrate Runtime, ready for hacking together a parachain." +description = "Metaquity mainnet runtime." edition.workspace = true homepage = "https://substrate.io" license = "Unlicense"