Skip to content

Commit

Permalink
Remove .sol extension in repositoryV2 (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan authored Sep 25, 2024
1 parent 82e882c commit 6df1374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class RepositoryV2Service implements WStorageService {
address,
source: true,
// Store the file with the keccak as name
fileName: `${keccak256(sources[sourcePath])}.sol`,
fileName: `${keccak256(sources[sourcePath])}`,
},
sources[sourcePath],
);
Expand Down

0 comments on commit 6df1374

Please sign in to comment.