Add pairs to tokenlist.json (#4372)

* Update tokenlist.json

* Update tokenlist.json

* Update tokenlist.json

* Update tokenlist.json
This commit is contained in:
Viktor Radchenko 2020-10-09 18:24:49 -07:00 committed by GitHub
parent df6f9e0663
commit ae75fb25a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 105 additions and 45 deletions

View File

@ -1,23 +1,53 @@
{ {
"name":"Trust Wallet: BNB", "name":"Trust Wallet: BNB",
"logoURI":"https://trustwallet.com/assets/images/favicon.png", "logoURI":"https://trustwallet.com/assets/images/favicon.png",
"keywords":[ "keywords":[
], ],
"timestamp":"2020-10-03T12:37:57.000+00:00", "timestamp":"2020-10-03T12:37:57.000+00:00",
"tokens":[ "tokens":[
{ {
"blockchain":"binance", "asset":"c714",
"address":"TWT-8C2", "address":"BNB",
"name":"Trust Wallet", "name":"BNB",
"symbol":"TWT", "symbol":"BNB",
"decimals":8, "decimals":8,
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/binance/assets/TWT-8C2/logo.png" "logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/binance/info/logo.png",
} "pairs":[
], {
"version":{ "base":"c714_tTWT-8C2",
"major":0, "lotSize":"100000000",
"minor":1, "tickSize":"1"
"patch":0 }
} ]
} },
{
"asset":"c714_tBUSD-BD1",
"address":"BUSD-BD1",
"name":"Binance USD",
"symbol":"BUSD",
"decimals":8,
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/binance/assets/BUSD-BD1/logo.png",
"pairs":[
{
"base":"c714",
"lotSize":"100000",
"tickSize":"10000"
}
]
},
{
"asset":"c714_tTWT-8C2",
"address":"TWT-8C2",
"name":"Trust Wallet",
"symbol":"TWT",
"decimals":8,
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/binance/assets/TWT-8C2/logo.png"
}
],
"version":{
"major":0,
"minor":1,
"patch":0
}
}

View File

@ -1,24 +1,54 @@
{ {
"name":"Trust Wallet: Ethereum", "name":"Trust Wallet: Ethereum",
"logoURI":"https://trustwallet.com/assets/images/favicon.png", "logoURI":"https://trustwallet.com/assets/images/favicon.png",
"keywords":[ "keywords":[
], ],
"timestamp":"2020-10-03T12:37:57.000+00:00", "timestamp":"2020-10-03T12:37:57.000+00:00",
"tokens":[ "tokens":[
{ {
"blockchain":"ethereum", "chainId":1,
"chainId":1, "asset":"c60",
"address":"0x6B175474E89094C44Da98b954EedeAC495271d0F", "address":"0x6B175474E89094C44Da98b954EedeAC495271d0F",
"name":"Dai Stablecoin", "name":"Ethereum",
"symbol":"DAI", "symbol":"ETH",
"decimals":18, "decimals":18,
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png" "logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/info/logo.png",
} "pairs":[
], {
"version":{ "base":"c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F",
"major":0, "pool":"0xA478c2975Ab1Ea89e8196811F51A7B7Ade33eB11"
"minor":1, }
"patch":0 ]
} },
} {
"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",
"pairs":[
]
},
{
"chainId":1,
"address":"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"name":"USDC",
"symbol":"USDC",
"decimals":18,
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png",
"pairs":[
{
"base":"c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F",
"pool":"0xAE461cA67B15dc8dc81CE7615e0320dA1A9aB8D5"
}
]
}
],
"version":{
"major":0,
"minor":1,
"patch":0
}
}