diff --git a/pricing/coinmarketcap/mapping.json b/pricing/coinmarketcap/mapping.json index 1cc7c2353..da1d01c4e 100644 --- a/pricing/coinmarketcap/mapping.json +++ b/pricing/coinmarketcap/mapping.json @@ -8124,6 +8124,12 @@ "token_id": "HNST-3C9", "id": 4035 }, + { + "coin": 60, + "type": "token", + "token_id": "0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc", + "id": 4036 + }, { "coin": 714, "type": "token", diff --git a/pricing/coinmarketcap/script.ts b/pricing/coinmarketcap/script.ts index 05a2f9a49..9beb35a5e 100644 --- a/pricing/coinmarketcap/script.ts +++ b/pricing/coinmarketcap/script.ts @@ -57,6 +57,7 @@ const custom: mapTiker[] = [ {"coin": 714, "type": typeToken, "token_id": "BUSD-BD1", "id": 4687}, // BUSD-BD1 (BEP2) {"coin": 60, "type": typeToken, "token_id": "0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98", "id": 3408}, // Pool Usdc (plUsdc) {"coin": 60, "type": typeToken, "token_id": "0x49d716DFe60b37379010A75329ae09428f17118d", "id": 4943}, // Pool Dai (plDai) + {"coin": 60, "type": typeToken, "token_id": "0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc", "id": 4036}, // Contentos (COS) // {"coin": 60, "type": typeToken, "token_id": "XXX", "id": XXX}, // XXX (XXX) ]