1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 21:52:05 +02:00
blog/test/__fixtures__/balance.json

17 lines
312 B
JSON
Raw Normal View History

2023-11-01 22:37:20 +01:00
[
{
"name": "Ether",
"symbol": "ETH",
"decimals": 18,
"logo": "https://token-icons.s3.amazonaws.com/eth.png",
"chainId": 1,
"address": "0x0",
"balance": 0.7574821030725639,
"balanceInUsd": 1403.0538002371873,
"price": {
"eur": 1752.3,
"usd": 1852.26
}
}
]