mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Add MATIC (BEP20) (#6048)
* Add MATIC (BEP20) https://bscscan.com/token/0xcc42724c6683b7e57334c4e856f4c9965ed682bd * Fixes (sanity and consistency, auto), history Co-authored-by: Iamdeadlyz <Iamdeadlyz@users.noreply.github.com>
This commit is contained in:
parent
a4ad3fd1fa
commit
cab9d627ab
|
@ -216,6 +216,7 @@
|
||||||
"0xCa3F508B8e4Dd382eE878A314789373D80A5190A",
|
"0xCa3F508B8e4Dd382eE878A314789373D80A5190A",
|
||||||
"0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1",
|
"0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1",
|
||||||
"0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E",
|
"0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E",
|
||||||
|
"0xCC42724C6683B7E57334c4E856f4c9965ED682bD",
|
||||||
"0xcD7C5025753a49f1881B31C48caA7C517Bb46308",
|
"0xcD7C5025753a49f1881B31C48caA7C517Bb46308",
|
||||||
"0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63",
|
"0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63",
|
||||||
"0xd399359683c1cD5267f611261eDE08F22cE9729F",
|
"0xd399359683c1cD5267f611261eDE08F22cE9729F",
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "Matic Token",
|
||||||
|
"symbol": "MATIC",
|
||||||
|
"type": "BEP20",
|
||||||
|
"decimals": 18,
|
||||||
|
"description": "Matic Network is a layer-2 scaling solution that uses sidechains for off-chain computation while ensuring asset security using Plasma framework and a decentralized network of Proof-of-Stake (PoS) vailidators.",
|
||||||
|
"website": "https://matic.network/",
|
||||||
|
"explorer": "https://bscscan.com/token/0xcc42724c6683b7e57334c4e856f4c9965ed682bd",
|
||||||
|
"status": "active",
|
||||||
|
"id": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD"
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Loading…
Reference in New Issue
Block a user