You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was looking a little bit closer, looks like the data may be correct, just that the number is not correctly formatted, 1757303956792468300000 should be 1757.3039567924683
like we discussed in the support chat, this is probably balance in wei, that is why so many numbers, 18 decimalds from right to left, everything else are whole numbers
root@pangaea:~# ./wallet.sh -t balances
Using pangaea profile for wallet
Account 0:
Address: one155ne9v72hq4jp37vw0d0ml7e8yfxhgz6yfj377
Balance in Shard 0: 98.18, nonce: 5
Balance in Shard 1: 103.0000, nonce: 0
Balance in Shard 2: 98.0000, nonce: 2
Balance in Shard 3: 1457.488167427, nonce: 1
below should have a tx count for each shard as well
root@pangaea: echo
curl --silent https://explorer.pangaea.harmony.one:8888/address?id=one155ne9v72hq4jp37vw0d0ml7e8yfxhgz6yfj377
| jq{
"address": {
"id": "one155ne9v72hq4jp37vw0d0ml7e8yfxhgz6yfj377",
"balance": 1757303956792468300000,
"txCount": 0,
"shardData": [
{
"id": "one155ne9v72hq4jp37vw0d0ml7e8yfxhgz6yfj377",
"balance": 9.818e+19,
"txs": []
},
{
"id": "one155ne9v72hq4jp37vw0d0ml7e8yfxhgz6yfj377",
"balance": 1.03e+20,
"txs": []
},
{
"id": "one155ne9v72hq4jp37vw0d0ml7e8yfxhgz6yfj377",
"balance": 9.8e+19,
"txs": []
},
{
"id": "one155ne9v72hq4jp37vw0d0ml7e8yfxhgz6yfj377",
"balance": 1458123956792468200000,
"txs": []
}
]
}
}
root@pangaea:
The text was updated successfully, but these errors were encountered: