Created
January 16, 2021 18:54
-
-
Save johhonn/9871827bc65779dfdc1df1b64f65a9f9 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": "DFITestList", | |
| "logoURI": "https://defiprime.com/images/defiprime-logo-hires2.png", | |
| "keywords": ["Defi"], | |
| "tags": { | |
| "defi": { | |
| "name": "DeFi Token", | |
| "description": "Test Token List" | |
| } | |
| }, | |
| "timestamp": "2020-10-23T00:00:00+00:00", | |
| "tokens": [ | |
| { | |
| "chainId": 42, | |
| "address": "0x7F60Ed3A906f1bD51aAA93f853fDc0ad1F200Bc0", | |
| "symbol": "DAI", | |
| "name": "DAI", | |
| "decimals": 18, | |
| "tags": ["defi"], | |
| "logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png" | |
| }, | |
| { | |
| "chainId": 42, | |
| "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", | |
| "symbol": "USDC", | |
| "name": "USD Coin", | |
| "decimals": 6, | |
| "tags": ["defi"], | |
| "logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png" | |
| }, | |
| { | |
| "chainId": 42, | |
| "address": "0x88c25F27A3942c86C619B53F42247Ea03d6B9b1B", | |
| "symbol": "WETH", | |
| "name": "WETH, | |
| "decimals": 18, | |
| "tags": ["defi"], | |
| "logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png" | |
| }, | |
| { | |
| "chainId": 42, | |
| "address": "0xce00D0E6E3b3683A2e331666Ed2f5e13064682A4", | |
| "symbol": "YFDFI", | |
| "name": "YFDFI", | |
| "decimals": 18, | |
| "tags": ["defi"] | |
| }, | |
| ], | |
| "version": { | |
| "major": 1, | |
| "minor": 8, | |
| "patch": 0 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment