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
* bump alfred to point to lambdaclass sync-mina latest commit
* update proving system id commitments in contracts because of new aligned_sdk version
* fix makefile target submit_account incorrect form of receiving params
* retrieve nonce from batcher instead of having it hardcoded to 0
* mention public nodes in mina node setup section
* point to aligned-sdk to actual aligned repo instead of lambda fork
* Update README.md
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
---------
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,11 @@ This repo also includes example contracts that show how to interact with Aligned
81
81
- If you want the Bridge to use Mina Devnet then use a node that runs a Devnet instance corresponding to the commit `599a76d`[of the Mina repo](https://github.com/MinaProtocol/mina/tree/599a76dd47be99183d2102d9eb93eda679dd46ec) or a newer one (e.g.: [this Docker image](https://console.cloud.google.com/gcr/images/o1labs-192920/GLOBAL/mina-daemon:3.0.1-compatible-599a76d-bullseye-devnet/details)). See [how to connect to Mina Devnet](https://docs.minaprotocol.com/node-operators/block-producer-node/connecting-to-devnet#docker) if you want to run an instance yourself.
82
82
- If you want the Bridge to use Mina Mainnet use a node that runs a Mainnet instance corresponding to the commit `65c84ad`[of the Mina repo](https://github.com/MinaProtocol/mina/tree/65c84adacd55272160d9f77c31063d94a942afb6) or a newer one (e.g.: [this Docker image](http://gcr.io/o1labs-192920/mina-daemon:3.0.1-beta1-sai-query-snarked-ledger-c439ce5-bullseye-mainnet)). See [how to connect to Mina Mainnet](https://docs.minaprotocol.com/node-operators/block-producer-node/connecting-to-the-network#docker) if you want to run an instance yourself.
83
83
84
+
Alternatively, you can try with Mina public nodes:
0 commit comments