zksync-sdk / zksync-python

Python 3.8 SDK for zkSync
MIT License
116 stars 64 forks source link

Balance is int #44

Open eric-huo opened 2 years ago

eric-huo commented 2 years ago

I am confused that when I call "committed_eth_balance = account_state.committed.balances.get("USDC""

why I get a very large integer number?

I check the source code and found it that the balance amount is int, why is that? my balance is something like "0.008723". Is this a bug?