mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-09 14:18:04 -05:00
7 lines
255 B
Solidity
7 lines
255 B
Solidity
// SPDX-License-Identifier: MIT
|
|
pragma solidity ^0.8.13;
|
|
|
|
uint256 constant FIRST_PROFILE_ID = 1;
|
|
uint256 constant FIRST_PUB_ID = 1;
|
|
uint256 constant ISSECP256K1_CURVE_ORDER = 115792089237316195423570985008687907852837564279074904382605163141518161494337;
|