Skip to content

Commit

Permalink
feat: update Polygon's native token from MATIC to POL (#2698)
Browse files Browse the repository at this point in the history
polygon native token

Co-authored-by: abs3ntdev <abs3ntdev@users.noreply.github.com>
  • Loading branch information
abs3ntdev and abs3ntdev committed Sep 7, 2024
1 parent a0bba96 commit 02734f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/slimy-crabs-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Update Polygon's native token from MATIC to POL
2 changes: 1 addition & 1 deletion src/chains/definitions/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineChain } from '../../utils/chain/defineChain.js'
export const polygon = /*#__PURE__*/ defineChain({
id: 137,
name: 'Polygon',
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
rpcUrls: {
default: {
http: ['https://polygon-rpc.com'],
Expand Down

0 comments on commit 02734f3

Please sign in to comment.