-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
base: matias/separate-chain-init
Are you sure you want to change the base?
feat(zkstack): Separate chain deploy l2 contracts #3316
Conversation
@@ -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()), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is it separate?
let wallets = ecosystem.as_ref().map_or( | ||
WalletsConfig::read(shell, chain.l1_wallets_path.clone()), | ||
|e| e.get_wallets(), | ||
)?; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
What ❔
Why ❔
Checklist
zkstack dev fmt
andzkstack dev lint
.