@ecp.eth/sdk / defaultExports
defaultExports
Ethereum Comments Protocol SDK default exports
Variables
Variable | Description |
---|---|
CHANNEL_MANAGER_ADDRESS | The address of the ChannelManager contract. |
ChannelManagerABI | ABI of the ChannelManager contract. |
COMMENT_MANAGER_ADDRESS | The address of the CommentManager contract. It is created using the CREATE2 opcode so should be identical across chains if no collisions occur. |
CommentManagerABI | ABI of the CommentManager contract. |
COMMENTS_EMBED_DEFAULT_BY_AUTHOR_URL | The default embedUri for the CommentsByAuthorEmbed component. It runs a service that creates app signatures for requests and submits the transaction to the CommentManager contract. |
COMMENTS_EMBED_DEFAULT_URL | The default embedUri for the CommentsEmbed component. It runs a service that creates app signatures for requests and submits the transaction to the CommentManager contract. |
DEFAULT_CHANNEL_ID | The default channel ID for the CommentManager contract. |
DEFAULT_COMMENT_TYPE | The default comment type for the CommentManager contract. |
EMPTY_PARENT_ID | The parent ID for comments that are not replies. |
INDEXER_API_URL | The default URL for the Indexer API. |
ZERO_ADDRESS | The zero address. |