Skip to content

Commit

Permalink
Changed currencies names.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelarja committed Jul 18, 2023
1 parent 74e88b5 commit 0469acb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -925,10 +925,10 @@ fn foucoco_genesis(
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"Brazilian Real".to_vec(), b"BRL".to_vec()),
foucoco_runtime::AssetId::new(b"United States Dollar".to_vec(), b"USD".to_vec()),
foucoco_runtime::AssetId::new(b"Tanzanian Shilling".to_vec(), b"TZS".to_vec()),
foucoco_runtime::AssetId::new(b"Mexican Peso".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 0469acb

Please sign in to comment.