From 6f2cd71358804f9880fbe99e34ac516573578f54 Mon Sep 17 00:00:00 2001 From: George Yin Xu <89299295+georgeyinxu@users.noreply.github.com> Date: Thu, 28 Dec 2023 19:25:41 +0800 Subject: [PATCH] added sald token --- src/tokens/polygonTokens.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/tokens/polygonTokens.json b/src/tokens/polygonTokens.json index ecef1eb0c..ecbb422ac 100644 --- a/src/tokens/polygonTokens.json +++ b/src/tokens/polygonTokens.json @@ -20825,5 +20825,23 @@ "website": "https://tetu.io/" } } - } + }, + { + "chainId": 137, + "name": "Salad Token", + "symbol": "SALD", + "decimals": 18, + "address": "0x6A34A7284B13bA70A6135bE9738Da35C5eF22f78", + "logoURI": "https://drive.google.com/file/d/1d6pBRFjXO6FTD7nifknR_4ieSp4ciR93/view?usp=sharing", + "tags": ["erc20", "pos"], + "extensions": { + "rootAddress": "0x5582a479f0c403E207D2578963CceF5D03BA636f", + "project": { + "name": "Salad Ventures", + "summary": "Salad Ventures, headquartered in Singapore, is a X-2-Earn ecosystem project that uses innovative growth strategies and blockchain technology to help Web 3 projects scale. By incentivising activity on our platforms and partnering with other projects, we provide equal earning opportunities for our community members and promote growth for our ecosystem partners.", + "contact": "fs@salad.ventures", + "website": "https://salad.ventures" + } + } + } ]