mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Fix invalid asset ID in ethereum tokenlist (#17351)
* Update tokenlist.json * Update tokenlist.json * Update tokenlist.json
This commit is contained in:
parent
d60ea3eb96
commit
921ea892a0
|
@ -374,7 +374,7 @@
|
|||
"base": "c60_t0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d"
|
||||
},
|
||||
{
|
||||
"base": "c60_t0x41a3dba3d677e573636ba691a70ff2d606c29666"
|
||||
"base": "c60_t0x41A3Dba3D677E573636BA691a70ff2D606c29666"
|
||||
},
|
||||
{
|
||||
"base": "c60_t0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5"
|
||||
|
@ -1285,13 +1285,13 @@
|
|||
"pairs": []
|
||||
},
|
||||
{
|
||||
"asset": "c60_t0x41a3dba3d677e573636ba691a70ff2d606c29666",
|
||||
"asset": "c60_t0x41A3Dba3D677E573636BA691a70ff2D606c29666",
|
||||
"type": "ERC20",
|
||||
"address": "0x41A3Dba3D677E573636BA691a70ff2D606c29666",
|
||||
"name": "GoBlank",
|
||||
"symbol": "BLANK",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://assets.trustwalletapp.com/blockchains/ethereum/assets/0x41a3dba3d677e573636ba691a70ff2d606c29666/logo.png",
|
||||
"logoURI": "https://assets.trustwalletapp.com/blockchains/ethereum/assets/0x41A3Dba3D677E573636BA691a70ff2D606c29666/logo.png",
|
||||
"pairs": []
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user