Last active
April 13, 2022 20:59
-
-
Save kdidenko/3c89ce45ab15564b09e361df1d78c80d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "My Token List", "logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr", "keywords": [ "audited", "verified", "special tokens" ], "tags": { "stablecoin": { "name": "Stablecoin", "description": "Tokens that are fixed to an external asset, e.g. the US dollar" }, "compound": { "name": "Compound Finance", "description": "Tokens that earn interest on compound.finance" } }, "timestamp": "2020-06-12T00:00:00+00:00", "tokens": [ { "chainId": 1, "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", "symbol": "USDC", "name": "USD Coin", "decimals": 6, "logoURI": "ipfs://QmXfzKRvjZz3u5JRgC4v5mGVbm9ahrUiB4DgzHBsnWbTMM", "tags": [ "stablecoin" ] }, { "chainId": 1, "address": "0x39AA39c021dfbaE8faC545936693aC917d5E7563", "symbol": "cUSDC", "name": "Compound USD Coin", "decimals": 8, "logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr", "tags": [ "compound" ] } ], "version": { "major": 1, "minor": 0, "patch": 0 } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment