mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Validate decimals in token list
This commit is contained in:
parent
0e2488c4b4
commit
6f4d924263
|
@ -3642,7 +3642,7 @@
|
||||||
"address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
|
"address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
|
||||||
"name": "Binance USD",
|
"name": "Binance USD",
|
||||||
"symbol": "BUSD",
|
"symbol": "BUSD",
|
||||||
"decimals": 18,
|
"decimals": 8,
|
||||||
"logoURI": "https://assets.trustwalletapp.com/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/logo.png",
|
"logoURI": "https://assets.trustwalletapp.com/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/logo.png",
|
||||||
"pairs": []
|
"pairs": []
|
||||||
},
|
},
|
||||||
|
@ -3662,4 +3662,4 @@
|
||||||
"minor": 0,
|
"minor": 0,
|
||||||
"patch": 0
|
"patch": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user