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

feat(L2): pull L2 head from feeder gateway #854

Merged
merged 22 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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 .github/workflows/account_deployment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: account-deployment
on:
schedule:
- cron: '0 10 1 * *'
## Run the test manually on demand
workflow_dispatch:

env:
RUSTFLAGS: -D warnings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: rm -rf /opt/hostedtoolcache
- run: cargo test -- --skip deploy_account_on_sepolia
- run: cargo test

wasm:
runs-on: ubuntu-latest
Expand Down
Loading
Loading