Skip to content

Commit

Permalink
network: matic -> pol
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Sep 13, 2024
1 parent decd61a commit 6046c11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/network/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ export const networks: Record<ChainId, NetworkMetadata> = {
rootUrl: 'https://polygonscan.com/'
},
nativeToken: {
symbol: 'MATIC',
name: 'Polygon',
symbol: 'POL',
name: 'POL',
decimals: 18
}
},
Expand Down Expand Up @@ -267,8 +267,8 @@ export const networks: Record<ChainId, NetworkMetadata> = {
rootUrl: 'https://www.oklink.com/amoy/'
},
nativeToken: {
symbol: 'aMATIC',
name: 'Amoy Polygon',
symbol: 'aPOL',
name: 'Amoy POL',
decimals: 18
}
},
Expand Down

0 comments on commit 6046c11

Please sign in to comment.