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

@ -7,7 +7,37 @@
"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":"BNB",
"name":"BNB",
"symbol":"BNB",
"decimals":8,
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/binance/info/logo.png",
"pairs":[
{
"base":"c714_tTWT-8C2",
"lotSize":"100000000",
"tickSize":"1"
}
]
},
{
"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", "address":"TWT-8C2",
"name":"Trust Wallet", "name":"Trust Wallet",
"symbol":"TWT", "symbol":"TWT",
@ -20,4 +50,4 @@
"minor":1, "minor":1,
"patch":0 "patch":0
} }
} }

View File

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