Skip to content

Commit

Permalink
remove 3001
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Apr 10, 2024
1 parent 77b85ec commit e799316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To exit your funds from the old.zk.money, you will have to run a few commands on
docker run -ti --rm --net=host -e PRIVATE_KEY=<key> aztecprotocol/ac-ejector
```

This launches a container exposing the rollup (we call it Falafel) on port 8081, and zk.money the website, on port 3001. The private key associated with your account must have enough funds to pay the cost of a rollup. Once Falafel has bootstrapped, zk-money will be served on your device, at http://localhost:3001 You can now use zk.money as usual. You will need to wait for your account to sync in the browser.
This launches a container exposing the rollup (we call it Falafel) on port 8081, and zk.money the website, on port 80. The private key associated with your account must have enough funds to pay the cost of a rollup. Once Falafel has bootstrapped, zk-money will be served on your device, at http://localhost You can now use zk.money as usual. You will need to wait for your account to sync in the browser.

Specifying gas limit and max fee:

Expand Down

0 comments on commit e799316

Please sign in to comment.