Skip to content

Commit

Permalink
chore: upgrade from MATIC to POL on polygon amoy testnet (fixes #2966) (
Browse files Browse the repository at this point in the history
#2968)

* upgrade from MATIC to POL on polygon amoy testnet

* Create pink-pumpkins-bake.md

---------

Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
  • Loading branch information
roylines and jxom authored Nov 5, 2024
1 parent 4c68844 commit e8a79e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pink-pumpkins-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Update from MATIC to POL on Polygon Amoy.
2 changes: 1 addition & 1 deletion src/chains/definitions/polygonAmoy.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 polygonAmoy = /*#__PURE__*/ defineChain({
id: 80_002,
name: 'Polygon Amoy',
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc-amoy.polygon.technology'],
Expand Down

0 comments on commit e8a79e8

Please sign in to comment.