mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
6 lines
139 B
Solidity
6 lines
139 B
Solidity
// SPDX-License-Identifier: UNLICENSED
|
|
pragma solidity ^0.8.13;
|
|
|
|
uint256 constant FIRST_PROFILE_ID = 1;
|
|
uint256 constant FIRST_PUB_ID = 1;
|