mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
0742768421
* Add support for Ethereum and Binance Chain * Add tokenlist.json to assetFolderAllowedFiles * Rename token list name * Create tokenlist.json * Add list logoURI
24 lines
676 B
JSON
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
|
|
}
|
|
} |