Skip to content

Commit

Permalink
Update asset.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xh3rman committed Jun 25, 2024
1 parent 20f385d commit 83dd0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ impl Asset {
Chain::Gnosis => Asset {
id: chain.as_asset_id(),
name: "Gnosis Chain".to_string(),
symbol: "xDAI".to_string(),
symbol: "xDai".to_string(),
decimals: 18,
asset_type: AssetType::NATIVE,
},
Expand Down

0 comments on commit 83dd0e2

Please sign in to comment.