Constants
The constants.js
file exposes many useful variables.
import {
INTERFACE_IDS,
ERC1271,
OPERATIONS,
SupportedStandards,
ERC725YKeys,
BasicUPSetup_Schema,
PERMISSIONS,
ALL_PERMISSIONS,
Errors,
EventSignatures,
} from '@lukso/lsp-smart-contracts/constants.js';
You can find the interface IDs of the smart contracts in or more information in the README.md
.