Skip to content

Commit 3cd193d

Browse files
authored
chore: matic -> pol (#82)
1 parent 005ff90 commit 3cd193d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

script/data/chain/137.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"metadata": {
33
"name": "Polygon Mainnet",
4-
"shortName": "matic",
4+
"shortName": "pol",
55
"chainId": 137,
66
"networkId": 137,
77
"infoURL": "https://polygon.technology/",
8-
"nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 },
8+
"nativeCurrency": { "name": "POL", "symbol": "POL", "decimals": 18 },
99
"chain": "Polygon",
1010
"explorers": [
1111
{ "name": "polygonscan", "url": "https://polygonscan.com", "standard": "EIP3091" },

script/data/feature/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
},
8484
"137": {
8585
"name": "Polygon Mainnet",
86-
"shortName": "matic",
86+
"shortName": "pol",
8787
"chainId": 137,
8888
"networkId": 137,
8989
"infoURL": "https://polygon.technology/",
90-
"nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 },
90+
"nativeCurrency": { "name": "POL", "symbol": "POL", "decimals": 18 },
9191
"chain": "Polygon",
9292
"explorers": [
9393
{ "name": "polygonscan", "url": "https://polygonscan.com", "standard": "EIP3091" },

0 commit comments

Comments
 (0)