Skip to content

Commit 2a5214a

Browse files
fix polygon details
1 parent f927f2c commit 2a5214a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web-modal-sdk/react-modal-playground/src/config/chainConfig.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export const chain: {
3131
// Use services like Infura, Quicknode etc
3232
displayName: "Polygon Mainnet",
3333
blockExplorerUrl: "https://polygonscan.com",
34-
ticker: "MATIC",
35-
tickerName: "Matic",
34+
ticker: "POL",
35+
tickerName: "Polygon Ecosystem token",
3636
logo: "https://web3auth.io/images/web3authlog.png",
3737
},
3838
polygonTest: {
@@ -43,8 +43,8 @@ export const chain: {
4343
// Use services like Infura, Quicknode etc
4444
displayName: "Polygon Amoy Testnet",
4545
blockExplorerUrl: "https://amoy.polygonscan.com",
46-
ticker: "MATIC",
47-
tickerName: "Matic",
46+
ticker: "POL",
47+
tickerName: "Polygon Ecosystem token",
4848
logo: "https://web3auth.io/images/web3authlog.png",
4949
},
5050
base: {

0 commit comments

Comments
 (0)