Skip to content

Commit

Permalink
Fix native token symbol MATIC to POL (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
tienkane authored Oct 3, 2024
1 parent 1fe49fc commit 55b68df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/networks/matic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const maticInfo: NetworkInfo = {
etherscanName: 'Polygonscan',
bridgeURL: 'https://wallet.polygon.technology/',
nativeToken: {
symbol: 'MATIC',
symbol: 'POL',
name: 'Polygon',
logo: 'https://storage.googleapis.com/ks-setting-1d682dca/10d6d017-945d-470d-87eb-6a6f89ce8b7e.png',
decimal: 18,
Expand Down
2 changes: 1 addition & 1 deletion src/constants/networks/mumbai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const mumbaiInfo: NetworkInfo = {
etherscanName: 'Polygonscan',
bridgeURL: EMPTY,
nativeToken: {
symbol: 'MATIC',
symbol: 'POL',
name: 'Polygon',
logo: 'https://storage.googleapis.com/ks-setting-1d682dca/8a936cf9-3e8f-4518-9fb2-8579c14fb8cd1699420035633.png',
decimal: 18,
Expand Down

0 comments on commit 55b68df

Please sign in to comment.