albertocevallos / token-icons

A free, up-to-date collection of ERC20 icons for your web3 app.
https://tokenicons.org
29 stars 3 forks source link

Add IDLE token on Ethereum and Polygon #3

Open panteo92 opened 1 year ago

panteo92 commented 1 year ago

IDLE-token-logo

panteo92 commented 1 year ago

for info.json

Ethereum:

{
    "name": "Idle Finance",
    "type": "ERC20",
    "symbol": "IDLE",
    "decimals": 18,
    "website": "https://idle.finance/",
    "description": "Building automation for DeFi yields, to allow everyone to give their idle funds what they deserve, both in terms of returns and risks.",
    "explorer": "https://etherscan.io/token/0x875773784Af8135eA0ef43b5a374AaD105c5D39e", 
    "status": "active",
    "id": "0x875773784Af8135eA0ef43b5a374AaD105c5D39e",
    "links": [
        {
            "name": "twitter",
            "url": "https://twitter.com/idlefinance"
        },
        {
            "name": "github",
            "url": "https://github.com/Idle-Labs"
        },
        {
            "name": "docs",
            "url": "https://docs.idle.finance/"
        },
        {
            "name": "coinmarketcap",
            "url": "https://coinmarketcap.com/currencies/idle"
        },
        {
            "name": "coingecko",
            "url": "https://www.coingecko.com/en/coins/idle"
        }
    ],
    "tags": [
        "governance"
    ]
}

Polygon

{
    "name": "Idle Finance",
    "type": "ERC20",
    "symbol": "IDLE",
    "decimals": 18,
    "website": "https://idle.finance/",
    "description": "Building automation for DeFi yields, to allow everyone to give their idle funds what they deserve, both in terms of returns and risks.",
    "explorer": "https://polygonscan.com/token/0xc25351811983818c9fe6d8c580531819c8ade90f", 
    "status": "active",
    "id": "0xc25351811983818c9fe6d8c580531819c8ade90f",
    "links": [
        {
            "name": "twitter",
            "url": "https://twitter.com/idlefinance"
        },
        {
            "name": "github",
            "url": "https://github.com/Idle-Labs"
        },
        {
            "name": "docs",
            "url": "https://docs.idle.finance/"
        },
        {
            "name": "coinmarketcap",
            "url": "https://coinmarketcap.com/currencies/idle"
        },
        {
            "name": "coingecko",
            "url": "https://www.coingecko.com/en/coins/idle"
        }
    ],
    "tags": [
        "governance"
    ]
}