From e9846b4cd2f923a55f5b4017c3594c19c325862c Mon Sep 17 00:00:00 2001 From: Andrew Li Date: Mon, 29 Apr 2024 13:05:51 -0700 Subject: [PATCH] Update Theranos Coin: Add Base Address, Twitter, Description, Website (#774) * Update Theranos Coin * Update Theranos Coin --- data/LIZ/data.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/LIZ/data.json b/data/LIZ/data.json index df291f1a3..549cbb53b 100644 --- a/data/LIZ/data.json +++ b/data/LIZ/data.json @@ -2,12 +2,18 @@ "name": "Theranos Coin", "symbol": "LIZ", "decimals": 18, + "description": "Theranos Coin (LIZ) is an ERC-20 token celebrating a story of revolutionary innovation and fantastic hypergrowth, stunning duplicity and scandalous fraud — the story of Elizabeth Holmes and Theranos.", + "website": "https://theranosco.in", + "twitter": "@theranoscoin", "tokens": { "ethereum": { "address": "0x102e941b77bcaa7e35d368cafe51ef8f79c8d1ef" }, "optimism": { "address": "0x3bB4445D30AC020a84c1b5A8A2C6248ebC9779D0" + }, + "base": { + "address": "0x1c4076e33D1A165636f89F1A2025271e238C25d7" } } -} \ No newline at end of file +}