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

Update example to the latest #71

Merged
merged 10 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ RUST_LOG_FORMAT=full
L1_BLOCK_TIME_SEC=3

# Internal port inside container
ESPRESSO_SEQUENCER_URL=http://sequencer0:50000
ESPRESSO_SEQUENCER_URL=http://sequencer0:24000/v0/

# Example rollup demo variables
ESPRESSO_DEMO_ROLLUP_PORT=8084
ESPRESSO_DEMO_L1_HTTP_PROVIDER=http://demo-l1-network:8545
ESPRESSO_DEMO_L1_WS_PROVIDER=ws://demo-l1-network:8546
ESPRESSO_DEMO_HOTSHOT_ADDRESS=0x0116686e2291dbd5e317f47fadbfb43b599786ef
ESPRESSO_DEMO_LIGHT_CLIENT_ADDRESS=0xed1db453c3156ff3155a97ad217b3087d5dc5f6e
ESPRESSO_DEMO_ROLLUP_MNEMONIC="test test test test test test test test test test test junk"
ESPRESSO_DEMO_ROLLUP_ACCOUNT_INDEX=7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: cargo clippy --workspace --all-features --all-targets -- -D warnings

- name: Audit
run: cargo audit --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2023-0065
run: cargo audit --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2023-0065 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0336
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "contracts/lib/hotshot"]
path = contracts/lib/hotshot
url = https://github.com/EspressoSystems/espresso-sequencer
[submodule "contracts/lib/espresso-sequencer"]
path = contracts/lib/espresso-sequencer
url = https://github.com/EspressoSystems/espresso-sequencer
Loading
Loading