trustwallet-assets/blockchains/ethereum/tokenlist.json
Viktor Radchenko 0742768421
Add support for Ethereum and Binance Chain (#4316)
* Add support for Ethereum and Binance Chain

* Add tokenlist.json to assetFolderAllowedFiles

* Rename token list name

* Create tokenlist.json

* Add list logoURI
2020-10-05 17:20:16 -07:00

24 lines
676 B
JSON

{
"name":"Trust Wallet: Ethereum",
"logoURI":"https://trustwallet.com/assets/images/favicon.png",
"keywords":[
],
"timestamp":"2020-10-03T12:37:57.000+00:00",
"tokens":[
{
"blockchain":"ethereum",
"chainId":1,
"address":"0x6B175474E89094C44Da98b954EedeAC495271d0F",
"name":"Dai Stablecoin",
"symbol":"DAI",
"decimals":18,
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png"
}
],
"version":{
"major":0,
"minor":1,
"patch":0
}
}