Skip to content

universalprofile-contracts: v0.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 16:05
5481427

0.15.0 (2024-04-05)

Smart Contract implementation for Universal Profile, a combination of LSP0 ERC725 Account and LSP3 Profile Metadata.

Installation

npm i @lukso/universalprofile-contracts

## Solidity constants

The constants related to LSP3 Profile Metadata can be directly imported from the Constants.sol file.

import {
  _LSP3_SUPPORTED_STANDARDS_KEY,
  _LSP3_SUPPORTED_STANDARDS_VALUE,
  _LSP3_PROFILE_KEY
} from "universalprofile/contracts/Constants.sol";

Miscellaneous Chores

  • release lsp-smart-contracts 0.15.0 (fbbd048)