Skip to content

Commit

Permalink
fix: Added support for contract-package- prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr-Kuchinskyi committed Dec 18, 2024
1 parent ffe71ec commit c18db24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class Parser {
);

const contractPackageHash = contractData.contractPackageHash.replace(
'contract-package-wasm',
/^(contract-package-wasm|contract-package-)/,
'',
);

Expand Down

0 comments on commit c18db24

Please sign in to comment.