From ae75fb25a3ee2a3a31637924735ee69075f94d7b Mon Sep 17 00:00:00 2001 From: Viktor Radchenko <1641795+vikmeup@users.noreply.github.com> Date: Fri, 9 Oct 2020 18:24:49 -0700 Subject: [PATCH] Add pairs to tokenlist.json (#4372) * Update tokenlist.json * Update tokenlist.json * Update tokenlist.json * Update tokenlist.json --- blockchains/binance/tokenlist.json | 74 +++++++++++++++++++--------- blockchains/ethereum/tokenlist.json | 76 ++++++++++++++++++++--------- 2 files changed, 105 insertions(+), 45 deletions(-) diff --git a/blockchains/binance/tokenlist.json b/blockchains/binance/tokenlist.json index 4a3def266..36485bc5d 100644 --- a/blockchains/binance/tokenlist.json +++ b/blockchains/binance/tokenlist.json @@ -1,23 +1,53 @@ { - "name":"Trust Wallet: BNB", - "logoURI":"https://trustwallet.com/assets/images/favicon.png", - "keywords":[ - - ], - "timestamp":"2020-10-03T12:37:57.000+00:00", - "tokens":[ - { - "blockchain":"binance", - "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 - } - } \ No newline at end of file + "name":"Trust Wallet: BNB", + "logoURI":"https://trustwallet.com/assets/images/favicon.png", + "keywords":[ + + ], + "timestamp":"2020-10-03T12:37:57.000+00:00", + "tokens":[ + { + "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", + "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 + } +} diff --git a/blockchains/ethereum/tokenlist.json b/blockchains/ethereum/tokenlist.json index 425796765..b397af067 100644 --- a/blockchains/ethereum/tokenlist.json +++ b/blockchains/ethereum/tokenlist.json @@ -1,24 +1,54 @@ { - "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 - } - } \ No newline at end of file + "name":"Trust Wallet: Ethereum", + "logoURI":"https://trustwallet.com/assets/images/favicon.png", + "keywords":[ + + ], + "timestamp":"2020-10-03T12:37:57.000+00:00", + "tokens":[ + { + "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, + "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 + } +}