Skip to content

Commit

Permalink
[Asset-39] Update MATIC to POL (#44)
Browse files Browse the repository at this point in the history
* ASSET-39 Add POL asset

Signed-off-by: jormal <jormal@naver.com>

* ASSET-39 Apply native coin change

Signed-off-by: jormal <jormal@naver.com>

* ASSET-39 Update version

Signed-off-by: jormal <jormal@naver.com>

---------

Signed-off-by: jormal <jormal@naver.com>
  • Loading branch information
jormal authored Sep 19, 2024
1 parent 209b80d commit 0e2474a
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 49 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.10
2.0.11
42 changes: 0 additions & 42 deletions assets/matic-0/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,6 @@
"mainnet"
]
},
{
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"name": "MATIC",
"network": "evm-137",
"symbol": "MATIC",
"tags": [
"mainnet",
"native-coin"
]
},
{
"address": "0x21ad243b81eff53482F6F6E7C76539f2CfC0B734",
"decimals": 18,
"name": "Unified MATIC",
"network": "evm-3068",
"symbol": "MATIC",
"tags": [
"mainnet"
]
},
{
"address": "0xad115F901a1Af99dc83D055C89641031fd1a50Dc",
"decimals": 18,
"name": "Unified MATIC",
"network": "evm-49088",
"symbol": "MATIC",
"tags": [
"testnet"
]
},
{
"address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD",
"decimals": 18,
Expand All @@ -71,17 +40,6 @@
"native-coin",
"testnet"
]
},
{
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"name": "MATIC",
"network": "evm-80002",
"symbol": "MATIC",
"tags": [
"native-coin",
"testnet"
]
}
],
"id": "matic-0",
Expand Down
Binary file added assets/pol-0/image-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pol-0/image-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pol-0/image-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pol-0/image-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/pol-0/image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions assets/pol-0/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"contracts": [
{
"address": "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
"decimals": 18,
"name": "Polygon Ecosystem Token",
"network": "evm-1",
"symbol": "POL",
"tags": [
"mainnet"
]
},
{
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"name": "POL",
"network": "evm-137",
"symbol": "POL",
"tags": [
"mainnet",
"native-coin"
]
},
{
"address": "0x21ad243b81eff53482F6F6E7C76539f2CfC0B734",
"decimals": 18,
"name": "Unified POL",
"network": "evm-3068",
"symbol": "POL",
"tags": [
"mainnet"
]
},
{
"address": "0xad115F901a1Af99dc83D055C89641031fd1a50Dc",
"decimals": 18,
"name": "Unified POL",
"network": "evm-49088",
"symbol": "POL",
"tags": [
"testnet"
]
},
{
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"name": "POL",
"network": "evm-80002",
"symbol": "POL",
"tags": [
"native-coin",
"testnet"
]
}
],
"id": "pol-0",
"images": {
"png128": true,
"png256": true,
"png32": true,
"png64": true,
"svg": true
},
"name": "Polygon Ecosystem Token",
"references": [
{
"id": "coingecko",
"url": "https://www.coingecko.com/en/coins/polygon"
},
{
"id": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/polygon"
}
],
"tags": [
"native-coin",
"polygon"
]
}
4 changes: 4 additions & 0 deletions enums/ids/asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,10 @@
"description": "pepe in a memes world",
"value": "pew-0"
},
{
"description": "Polygon Ecosystem Token",
"value": "pol-0"
},
{
"description": "Marlin POND",
"value": "pond-0"
Expand Down
6 changes: 3 additions & 3 deletions networks/evm-137/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"currency": {
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"id": "matic-0",
"name": "MATIC",
"symbol": "MATIC"
"id": "pol-0",
"name": "POL",
"symbol": "POL"
},
"engine": "evm",
"explorers": [
Expand Down
6 changes: 3 additions & 3 deletions networks/evm-80002/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"currency": {
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"id": "matic-0",
"name": "MATIC",
"symbol": "MATIC"
"id": "pol-0",
"name": "POL",
"symbol": "POL"
},
"engine": "evm",
"explorers": [],
Expand Down

0 comments on commit 0e2474a

Please sign in to comment.