Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rich wallets are not actually rich #19

Closed
mmv08 opened this issue Apr 26, 2024 · 1 comment
Closed

Rich wallets are not actually rich #19

mmv08 opened this issue Apr 26, 2024 · 1 comment

Comments

@mmv08
Copy link

mmv08 commented Apr 26, 2024

I wanted to run the node for local hardhat testing, however I couldn't run any of tests because the rich accounts from readme have 0 native token balance

curl --location 'localhost:3050' \
--header 'Content-Type: application/json' \
--data '{
    "id": 1,
    "jsonrpc": "2.0",
    "params": ["0x36615Cf349d7F6344891B1e7CA7C72883F5dc049", "latest"],
    "method": "eth_getBalance"
}'

{"jsonrpc":"2.0","result":"0x0","id":1}

log: zksync-local.log

@benceharomi
Copy link
Contributor

We just fixed the issue, rich accounts are rich again!
Please use the latest image: docker compose pull should do it.

➜  ~ docker inspect --format='{{index .RepoDigests 0}}' matterlabs/local-node:latest2.0
matterlabs/local-node@sha256:1ca19797ddc68806ad7fe7d007a898f6342548b98d53b12bf1e4b439dc80bcdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants