Skip to content

Commit

Permalink
Improved code format
Browse files Browse the repository at this point in the history
  • Loading branch information
adelarja committed Jul 18, 2023
1 parent a648031 commit 74e88b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -924,11 +924,11 @@ fn foucoco_genesis(
dia_oracle_module: foucoco_runtime::DiaOracleModuleConfig {
authorized_accounts: authorized_oracles,
supported_currencies: vec![
foucoco_runtime::AssetId::new(b"Kusama".to_vec(),b"KSM".to_vec()),
foucoco_runtime::AssetId::new(b"BRL".to_vec(),b"BRL".to_vec()),
foucoco_runtime::AssetId::new(b"USD".to_vec(),b"USD".to_vec()),
foucoco_runtime::AssetId::new(b"TZS".to_vec(),b"TZS".to_vec()),
foucoco_runtime::AssetId::new(b"MXN".to_vec(),b"MXN".to_vec()),
foucoco_runtime::AssetId::new(b"Kusama".to_vec(), b"KSM".to_vec()),
foucoco_runtime::AssetId::new(b"BRL".to_vec(), b"BRL".to_vec()),
foucoco_runtime::AssetId::new(b"USD".to_vec(), b"USD".to_vec()),
foucoco_runtime::AssetId::new(b"TZS".to_vec(), b"TZS".to_vec()),
foucoco_runtime::AssetId::new(b"MXN".to_vec(), b"MXN".to_vec()),
],
batching_api: b"https://dia-00.pendulumchain.tech/currencies".to_vec(),
coin_infos_map: vec![],
Expand Down

0 comments on commit 74e88b5

Please sign in to comment.