Skip to content

Commit c36d962

Browse files
committed
fix ci
1 parent 6977033 commit c36d962

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ jobs:
137137
- name: Install Foundry
138138
uses: foundry-rs/foundry-toolchain@v1.5.0
139139
with:
140-
# zksync-os-server's zkos-l1-state.json doesn't work on latest version of anvil
141-
version: v1.3.4
140+
version: v1.5.1
142141

143142
- name: Install dependencies
144143
run: forge soldeer install
@@ -173,7 +172,7 @@ jobs:
173172
run: |
174173
cd ${{ github.workspace }}/../zksync-os-server
175174
cargo build --release --bin zksync-os-server
176-
anvil --load-state ./local-chains/v31/zkos-l1-state.json --port 8545 &> anvil.log &
175+
anvil --load-state ./local-chains/v31.0/default/zkos-l1-state.json --port 8545 &> anvil.log &
177176
cargo run --release --bin zksync-os-server &> server.log &
178177
179178
- name: Deploy entrypoint
@@ -182,7 +181,7 @@ jobs:
182181
git checkout v0.8.0
183182
sed -i "60a zksyncos: { url: 'http://localhost:3050', accounts: ['0x7726827caac94a7f9e1b160f7ea819f172f7b6f9d2a97f992c38edeab82d4110'] }," hardhat.config.ts
184183
npm install -g yarn
185-
yarn install
184+
yarn install --frozen-lockfile
186185
yarn deploy --network zksyncos
187186
188187
- name: Fund wallet

0 commit comments

Comments
 (0)