-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into jihwan/resequence-docs
- Loading branch information
Showing
30 changed files
with
772 additions
and
327 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.github/tests/combinations/fork11-legacy-zkevm-stack-rollup.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.github/tests/combinations/fork11-new-cdk-stack-cdk-validium.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.github/tests/combinations/fork12-new-cdk-stack-cdk-validium.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.github/tests/combinations/fork9-legacy-zkevm-stack-cdk-validium.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.github/tests/combinations/fork9-legacy-zkevm-stack-rollup.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.github/tests/combinations/fork9-new-cdk-stack-cdk-validium.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
deployment_stages: | ||
# Disable local L1. | ||
deploy_l1: false | ||
|
||
args: | ||
## L1 Config | ||
l1_chain_id: 11155111 | ||
# TODO: Create another mnemonic seed phrase for running the contract deployment on L1. | ||
l1_preallocated_mnemonic: CHANGE_ME | ||
# TODO: Adjust the amount of ETH you want to spend on this deployment. | ||
l1_funding_amount: 5ether | ||
# TODO: Configure the L1 RPC URLs to be valid Sepolia endpoints. | ||
l1_rpc_url: CHANGE_ME | ||
l1_ws_url: CHANGE_ME | ||
|
||
## L2 Config | ||
# TODO: Create a new mnemonic seed phrase to derive L2 application keys. | ||
zkevm_l2_sequencer_address: CHANGE_ME | ||
zkevm_l2_sequencer_private_key: CHANGE_ME | ||
|
||
zkevm_l2_aggregator_address: CHANGE_ME | ||
zkevm_l2_aggregator_private_key: CHANGE_ME | ||
|
||
zkevm_l2_claimtxmanager_address: CHANGE_ME | ||
zkevm_l2_claimtxmanager_private_key: CHANGE_ME | ||
|
||
zkevm_l2_timelock_address: CHANGE_ME | ||
zkevm_l2_timelock_private_key: CHANGE_ME | ||
|
||
zkevm_l2_admin_address: CHANGE_ME | ||
zkevm_l2_admin_private_key: CHANGE_ME | ||
|
||
zkevm_l2_loadtest_address: CHANGE_ME | ||
zkevm_l2_loadtest_private_key: CHANGE_ME | ||
|
||
zkevm_l2_agglayer_address: CHANGE_ME | ||
zkevm_l2_agglayer_private_key: CHANGE_ME | ||
|
||
zkevm_l2_dac_address: CHANGE_ME | ||
zkevm_l2_dac_private_key: CHANGE_ME | ||
|
||
zkevm_l2_proofsigner_address: CHANGE_ME | ||
zkevm_l2_proofsigner_private_key: CHANGE_ME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
deployment_stages: | ||
deploy_l1: true | ||
deploy_zkevm_contracts_on_l1: false | ||
deploy_databases: false | ||
deploy_cdk_central_environment: false | ||
deploy_cdk_bridge_infra: false | ||
deploy_agglayer: false | ||
deploy_cdk_erigon_node: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.