Skip to content

Commit

Permalink
Rename MATIC symbol to POL
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Sep 14, 2024
1 parent dfda72e commit 127fc05
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 @@ -56,7 +56,7 @@ impl Asset {
Chain::Polygon => Asset {
id: chain.as_asset_id(),
name: "Polygon".to_string(),
symbol: "MATIC".to_string(),
symbol: "POL".to_string(),
decimals: 18,
asset_type: AssetType::NATIVE,
},
Expand Down

0 comments on commit 127fc05

Please sign in to comment.