Skip to content

Commit

Permalink
fix: yarn lock for cli e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljankovic-txfusion committed Oct 11, 2024
1 parent 35260d6 commit b8862ae
Show file tree
Hide file tree
Showing 2 changed files with 8,954 additions and 3,795 deletions.
1 change: 0 additions & 1 deletion typescript/cli/src/config/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export async function createChainConfig({
const protocol = (await select({
choices: [{ value: ProtocolType.Ethereum }, { value: ProtocolType.ZKSync }],
message: 'Select the correct protocol',
default: name[0].toUpperCase() + name.slice(1),
pageSize: 10,
})) as ProtocolType;

Expand Down
Loading

0 comments on commit b8862ae

Please sign in to comment.