Skip to content

Commit

Permalink
Merge pull request #446 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Sep 24, 2024
2 parents 7862cd6 + c3c1c53 commit b4cdcb1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-phones-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/chains': patch
---

Migrate Polygon and Polygon testnet to POL from MATIC
2 changes: 1 addition & 1 deletion chains/polygon-sepolia-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"rpcUrl": "https://polygon-amoy-bor-rpc.publicnode.com"
}
],
"symbol": "MATIC",
"symbol": "POL",
"testnet": true
}
2 changes: 1 addition & 1 deletion chains/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"homepageUrl": "https://quicknode.com"
}
],
"symbol": "MATIC",
"symbol": "POL",
"testnet": false
}
4 changes: 2 additions & 2 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ export const CHAINS: Chain[] = [
{ alias: 'default', rpcUrl: 'https://rpc-amoy.polygon.technology' },
{ alias: 'publicnode', rpcUrl: 'https://polygon-amoy-bor-rpc.publicnode.com' },
],
symbol: 'MATIC',
symbol: 'POL',
testnet: true,
},
{
Expand Down Expand Up @@ -1413,7 +1413,7 @@ export const CHAINS: Chain[] = [
{ alias: 'drpc', homepageUrl: 'https://drpc.org' },
{ alias: 'quicknode', homepageUrl: 'https://quicknode.com' },
],
symbol: 'MATIC',
symbol: 'POL',
testnet: false,
},
{
Expand Down

0 comments on commit b4cdcb1

Please sign in to comment.