[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:
Nick Kozlov 2020-08-03 12:29:26 +03:00 committed by GitHub
parent 6deaff43e1
commit addaa763b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -3504,6 +3504,12 @@
"type": "coin",
"id": 2633
},
{
"coin": 60,
"type": "token",
"token_id": "0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2",
"id": 2634
},
{
"coin": 60,
"type": "token",

View File

@ -54,6 +54,7 @@ const custom: mapTiker[] = [
// CMC returns multiple entries with 0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5 (2020-07-28), including them in the override to avoid duplicate
// 5636 5742 5743 5744 5745 5746
{"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)
]