Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zkstack): Separate chain deploy l2 contracts #3316

Open
wants to merge 5 commits into
base: matias/separate-chain-init
Choose a base branch
from

Conversation

matias-gonz
Copy link
Collaborator

What ❔

Why ❔

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zkstack dev fmt and zkstack dev lint.

@matias-gonz matias-gonz requested a review from a team as a code owner November 22, 2024 00:44
@matias-gonz matias-gonz changed the base branch from main to matias/separate-chain-init November 22, 2024 00:44
@@ -172,6 +174,7 @@ impl ChainConfig {
wallet_creation: self.wallet_creation,
legacy_bridge: self.legacy_bridge,
evm_emulator: self.evm_emulator,
l1_wallets_path: Some(self.l1_wallets_path.clone()),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it separate?

Comment on lines +52 to +55
let wallets = ecosystem.as_ref().map_or(
WalletsConfig::read(shell, chain.l1_wallets_path.clone()),
|e| e.get_wallets(),
)?;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we need wallets, from ecosystem, probably this function doesn't belong here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sanekmelnikov What have you done in your pr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants