diff --git a/pricing/coinmarketcap/mapping.json b/pricing/coinmarketcap/mapping.json index f07c84da4..1e5ab438c 100644 --- a/pricing/coinmarketcap/mapping.json +++ b/pricing/coinmarketcap/mapping.json @@ -3504,6 +3504,12 @@ "type": "coin", "id": 2633 }, + { + "coin": 60, + "type": "token", + "token_id": "0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2", + "id": 2634 + }, { "coin": 60, "type": "token", diff --git a/pricing/coinmarketcap/script.ts b/pricing/coinmarketcap/script.ts index cc83f4518..6476a9802 100644 --- a/pricing/coinmarketcap/script.ts +++ b/pricing/coinmarketcap/script.ts @@ -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) ]