Skip to content

Commit

Permalink
Merge pull request #940 from lukso-network/fix/constants
Browse files Browse the repository at this point in the history
fix: add missing `contracts.ts` in exported constants for `@lukso/lsp-smart-contracts` package
  • Loading branch information
CJ42 authored Apr 2, 2024
2 parents f7e4c85 + c439c59 commit 54b14b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lsp-smart-contracts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Set of constants values as defined in each LUKSO Standards Proposals (LSPs).
* @see https://github.com/lukso-network/LIPs/tree/main/LSPs
*/
// export * from './contracts';
export * from './contracts';

import { INTERFACE_ID_LSP0, LSP0_TYPE_IDS } from '@lukso/lsp0-contracts';
import { INTERFACE_ID_LSP1, LSP1DataKeys } from '@lukso/lsp1-contracts';
Expand Down

0 comments on commit 54b14b7

Please sign in to comment.