mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
[TokenList] Add KNC, Link, WBTC
This commit is contained in:
parent
54bdc144ff
commit
7038bba45d
|
@ -18,6 +18,15 @@
|
||||||
"pairs":[
|
"pairs":[
|
||||||
{
|
{
|
||||||
"base":"c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F"
|
"base":"c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"base":"c60_t0xdd974D5C2e2928deA5F71b9825b8b646686BD200"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"base":"c60_t0x514910771AF9Ca656af840dff83E8264EcF986CA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"base":"c60_t0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -47,6 +56,42 @@
|
||||||
"base":"c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F"
|
"base":"c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chainId":1,
|
||||||
|
"asset":"c60_t0xdd974D5C2e2928deA5F71b9825b8b646686BD200",
|
||||||
|
"type": "ERC20",
|
||||||
|
"address":"0xdd974D5C2e2928deA5F71b9825b8b646686BD200",
|
||||||
|
"name":"KyberNetwork",
|
||||||
|
"symbol":"KNC",
|
||||||
|
"decimals":18,
|
||||||
|
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdd974D5C2e2928deA5F71b9825b8b646686BD200/logo.png",
|
||||||
|
"pairs":[
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chainId":1,
|
||||||
|
"asset":"c60_t0x514910771AF9Ca656af840dff83E8264EcF986CA",
|
||||||
|
"type": "ERC20",
|
||||||
|
"address":"0x514910771AF9Ca656af840dff83E8264EcF986CA",
|
||||||
|
"name":"ChainLink",
|
||||||
|
"symbol":"Link",
|
||||||
|
"decimals":18,
|
||||||
|
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png",
|
||||||
|
"pairs":[
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chainId":1,
|
||||||
|
"asset":"c60_t0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
||||||
|
"type": "ERC20",
|
||||||
|
"address":"0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
||||||
|
"name":"Wrapped BTC",
|
||||||
|
"symbol":"WBTC",
|
||||||
|
"decimals":18,
|
||||||
|
"logoURI":"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png",
|
||||||
|
"pairs":[
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version":{
|
"version":{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user