Skip to content

Commit

Permalink
feat: add polygon symbol (#149)
Browse files Browse the repository at this point in the history
Adding Symbol for polygon chain.

---------

Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
supamongkonR and mattsse authored Mar 9, 2025
1 parent 23d2bb4 commit 1da510b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/chains.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/named.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,8 @@ impl NamedChain {

Hyperliquid => "HYPE",

Polygon | PolygonMumbai | PolygonZkEvm | PolygonZkEvmTestnet | PolygonAmoy => "POL",

_ => return None,
})
}
Expand Down

0 comments on commit 1da510b

Please sign in to comment.