Skip to content

Commit

Permalink
get up to date with latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Nov 1, 2024
2 parents 7525074 + 9dae839 commit 660cd9f
Show file tree
Hide file tree
Showing 203 changed files with 9,066 additions and 1,994 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "25.0.0",
"prover": "16.5.0",
"prover": "17.0.0",
"zkstack_cli": "0.1.2"
}
8 changes: 4 additions & 4 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ jobs:
--wallet-creation localhost \
--l1-batch-commit-data-generator-mode rollup \
--base-token-address ${{ env.CUSTOM_TOKEN_ADDRESS }} \
--base-token-price-nominator 3 \
--base-token-price-denominator 2 \
--base-token-price-nominator 314 \
--base-token-price-denominator 1000 \
--set-as-default false \
--ignore-prerequisites
Expand Down Expand Up @@ -332,8 +332,8 @@ jobs:
--wallet-creation localhost \
--l1-batch-commit-data-generator-mode validium \
--base-token-address ${{ env.CUSTOM_TOKEN_ADDRESS }} \
--base-token-price-nominator 3 \
--base-token-price-denominator 2 \
--base-token-price-nominator 314 \
--base-token-price-denominator 1000 \
--set-as-default false \
--ignore-prerequisites
Expand Down
Loading

0 comments on commit 660cd9f

Please sign in to comment.