mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Update Statemint prefix (#916)
Co-authored-by: Ricardo Rius <ricardo@parity.io>
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
"telemetryEndpoints": null,
|
"telemetryEndpoints": null,
|
||||||
"protocolId": null,
|
"protocolId": null,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"ss58Format": 0,
|
||||||
"tokenDecimals": 10,
|
"tokenDecimals": 10,
|
||||||
"tokenSymbol": "DOT"
|
"tokenSymbol": "DOT"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"telemetryEndpoints": null,
|
"telemetryEndpoints": null,
|
||||||
"protocolId": null,
|
"protocolId": null,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"ss58Format": 0,
|
||||||
"tokenDecimals": 10,
|
"tokenDecimals": 10,
|
||||||
"tokenSymbol": "DOT"
|
"tokenSymbol": "DOT"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -271,6 +271,7 @@ pub fn westmint_session_keys(keys: AuraId) -> westmint_runtime::SessionKeys {
|
|||||||
|
|
||||||
pub fn statemint_development_config() -> StatemintChainSpec {
|
pub fn statemint_development_config() -> StatemintChainSpec {
|
||||||
let mut properties = sc_chain_spec::Properties::new();
|
let mut properties = sc_chain_spec::Properties::new();
|
||||||
|
properties.insert("ss58Format".into(), 0.into());
|
||||||
properties.insert("tokenSymbol".into(), "DOT".into());
|
properties.insert("tokenSymbol".into(), "DOT".into());
|
||||||
properties.insert("tokenDecimals".into(), 10.into());
|
properties.insert("tokenDecimals".into(), 10.into());
|
||||||
|
|
||||||
@@ -307,6 +308,7 @@ pub fn statemint_development_config() -> StatemintChainSpec {
|
|||||||
|
|
||||||
pub fn statemint_local_config() -> StatemintChainSpec {
|
pub fn statemint_local_config() -> StatemintChainSpec {
|
||||||
let mut properties = sc_chain_spec::Properties::new();
|
let mut properties = sc_chain_spec::Properties::new();
|
||||||
|
properties.insert("ss58Format".into(), 0.into());
|
||||||
properties.insert("tokenSymbol".into(), "DOT".into());
|
properties.insert("tokenSymbol".into(), "DOT".into());
|
||||||
properties.insert("tokenDecimals".into(), 10.into());
|
properties.insert("tokenDecimals".into(), 10.into());
|
||||||
|
|
||||||
@@ -358,6 +360,7 @@ pub fn statemint_local_config() -> StatemintChainSpec {
|
|||||||
// Not used for syncing, but just to determine the genesis values set for the upgrade from shell.
|
// Not used for syncing, but just to determine the genesis values set for the upgrade from shell.
|
||||||
pub fn statemint_config() -> StatemintChainSpec {
|
pub fn statemint_config() -> StatemintChainSpec {
|
||||||
let mut properties = sc_chain_spec::Properties::new();
|
let mut properties = sc_chain_spec::Properties::new();
|
||||||
|
properties.insert("ss58Format".into(), 0.into());
|
||||||
properties.insert("tokenSymbol".into(), "DOT".into());
|
properties.insert("tokenSymbol".into(), "DOT".into());
|
||||||
properties.insert("tokenDecimals".into(), 10.into());
|
properties.insert("tokenDecimals".into(), 10.into());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user