Skip to content

Commit

Permalink
Update output name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Jun 14, 2024
1 parent 49f2486 commit cddeb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const listNameToArbifiedListName = (
fileName = prefix + fileName;
}

const baseName = fileName.split(' ').slice(0, 2).join(' ').slice(0, 20);
const baseName = fileName.split(' ').slice(0, 3).join(' ').slice(0, 20);
return `${baseName} ${childChainId}`;
};

Expand Down

0 comments on commit cddeb19

Please sign in to comment.