Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Rococo changes (paritytech#630)
Browse files Browse the repository at this point in the history
* Update symbol from DEV to SNO

* added chainspecs

* remove staging
  • Loading branch information
alistair-singh authored May 27, 2022
1 parent 25acff2 commit 35fda78
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 3 deletions.
102 changes: 102 additions & 0 deletions parachain/chain-specs/rococo.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion parachain/src/chain_spec/snowbase.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SAFE_XCM_VERSION: u32 = xcm::prelude::XCM_VERSION;

pub fn get_chain_spec() -> ChainSpec {
let mut props = sc_chain_spec::Properties::new();
props.insert("tokenSymbol".into(), "DEV".into());
props.insert("tokenSymbol".into(), "SNO".into());
props.insert("tokenDecimals".into(), 12u8.into());

ChainSpec::from_genesis(
Expand Down
2 changes: 1 addition & 1 deletion parachain/src/chain_spec/snowblink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SAFE_XCM_VERSION: u32 = xcm::prelude::XCM_VERSION;

pub fn get_chain_spec() -> ChainSpec {
let mut props = sc_chain_spec::Properties::new();
props.insert("tokenSymbol".into(), "DEV".into());
props.insert("tokenSymbol".into(), "SNO".into());
props.insert("tokenDecimals".into(), 12u8.into());

ChainSpec::from_genesis(
Expand Down
2 changes: 1 addition & 1 deletion parachain/src/chain_spec/snowbridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SAFE_XCM_VERSION: u32 = xcm::prelude::XCM_VERSION;

pub fn get_chain_spec() -> ChainSpec {
let mut props = sc_chain_spec::Properties::new();
props.insert("tokenSymbol".into(), "DEV".into());
props.insert("tokenSymbol".into(), "SNO".into());
props.insert("tokenDecimals".into(), 12u8.into());

ChainSpec::from_genesis(
Expand Down

0 comments on commit 35fda78

Please sign in to comment.