Skip to content

Commit

Permalink
Initialize with zk stack
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed May 15, 2024
1 parent 0c93acc commit 2458b76
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ hyperchain-*.yml

# Prover keys that should not be commited
prover/vk_setup_data_generator_server_fri/data/setup_*

# Zk Toolbox
hyperchains/era/configs/*
configs/*
10 changes: 10 additions & 0 deletions ZkStack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: zksync
l1_network: Localhost
link_to_code: .
hyperchains: ./hyperchains
config: ./configs/
default_hyperchain: era
l1_rpc_url: http://localhost:8545
era_chain_id: 270
prover_version: NoProofs
wallet_creation: Localhost
Empty file added configs/.gitkeep
Empty file.
12 changes: 12 additions & 0 deletions hyperchains/era/ZkStack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
id: 1
name: era
chain_id: 271
prover_version: NoProofs
configs: ./hyperchains/era/configs/
rocks_db_path: ./hyperchains/era/db/
l1_batch_commit_data_generator_mode: Rollup
wallet_creation: Localhost
base_token:
address: '0x0000000000000000000000000000000000000001'
nominator: 1
denominator: 1
Empty file.

0 comments on commit 2458b76

Please sign in to comment.