mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 02:07:55 +00:00
add property to node for each template (#221)
* add property to node for each template
This commit is contained in:
@@ -76,6 +76,8 @@ pub fn development_config() -> ChainSpec {
|
||||
properties.insert("tokenSymbol".into(), "UNIT".into());
|
||||
properties.insert("tokenDecimals".into(), 12.into());
|
||||
properties.insert("ss58Format".into(), 42.into());
|
||||
// This is very important for us, it lets us track the usage of our templates, and have no downside for the node/runtime. Please do not remove :)
|
||||
properties.insert("basedOn".into(), "OpenZeppelin EVM Template".into());
|
||||
|
||||
ChainSpec::builder(
|
||||
parachain_template_runtime::WASM_BINARY
|
||||
|
||||
@@ -71,6 +71,8 @@ pub fn development_config() -> ChainSpec {
|
||||
properties.insert("tokenSymbol".into(), "UNIT".into());
|
||||
properties.insert("tokenDecimals".into(), 12.into());
|
||||
properties.insert("ss58Format".into(), 42.into());
|
||||
// This is very important for us, it lets us track the usage of our templates, and have no downside for the node/runtime. Please do not remove :)
|
||||
properties.insert("basedOn".into(), "OpenZeppelin Generic Template".into());
|
||||
|
||||
ChainSpec::builder(
|
||||
parachain_template_runtime::WASM_BINARY
|
||||
|
||||
Reference in New Issue
Block a user