Skip to content

Commit

Permalink
fix: use pos l1 in zk stack (matter-labs#1341)
Browse files Browse the repository at this point in the history
`blobVersionedHashRetriever` contract fails to deploy to geth with
clique consensus, however it deploys fine with PoS consensus. This
commit updates `zk stack` to use PoS consensus, reusing docker-compose
configuration from `zk init`.
  • Loading branch information
ischasny authored Mar 4, 2024
1 parent 60d1060 commit 555727d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
35 changes: 0 additions & 35 deletions docker-compose-zkstack-common.yml

This file was deleted.

2 changes: 1 addition & 1 deletion infrastructure/zk/src/hyperchain_wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ async function setHyperchainMetadata() {
feeReceiver = undefined;
feeReceiverAddress = richWallets[3].address;

await up('docker-compose-zkstack-common.yml');
await up();
await announced('Ensuring databases are up', db.wait({ server: true, prover: false }));
}

Expand Down

0 comments on commit 555727d

Please sign in to comment.