mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
[internal] Add new token to mapping (#3001)
* Add new token * Add checksum address * Add to exceptions. Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
6deaff43e1
commit
addaa763b6
|
@ -3504,6 +3504,12 @@
|
||||||
"type": "coin",
|
"type": "coin",
|
||||||
"id": 2633
|
"id": 2633
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"coin": 60,
|
||||||
|
"type": "token",
|
||||||
|
"token_id": "0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2",
|
||||||
|
"id": 2634
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"coin": 60,
|
"coin": 60,
|
||||||
"type": "token",
|
"type": "token",
|
||||||
|
|
|
@ -54,6 +54,7 @@ const custom: mapTiker[] = [
|
||||||
// CMC returns multiple entries with 0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5 (2020-07-28), including them in the override to avoid duplicate
|
// CMC returns multiple entries with 0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5 (2020-07-28), including them in the override to avoid duplicate
|
||||||
// 5636 5742 5743 5744 5745 5746
|
// 5636 5742 5743 5744 5745 5746
|
||||||
{"coin": 60, "type": typeToken, "token_id": "0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5", "id": 5636},
|
{"coin": 60, "type": typeToken, "token_id": "0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5", "id": 5636},
|
||||||
|
{"coin": 60, "type": typeToken, "token_id": "0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2", "id": 2634},
|
||||||
// {"coin": 60, "type": typeToken, "token_id": "XXX", "id": XXX}, // XXX (XXX)
|
// {"coin": 60, "type": typeToken, "token_id": "XXX", "id": XXX}, // XXX (XXX)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user