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

Aligned Layer with Holesky #303

Merged
merged 16 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ protocol_state.pub
protocol_state.proof
aligned_verification_data
.env
nonce_*.bin
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gen_contract_abi:
forge build --root contract/
cp contract/out/MinaBridge.sol/MinaBridge.json core/abi/MinaBridge.json

deploy_contract_anvil: gen_contract_abi
deploy_contract: gen_contract_abi
@cargo run --manifest-path contract_deployer/Cargo.toml --release

verify_account_inclusion:
Expand Down
4 changes: 3 additions & 1 deletion account_inclusion/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading