Skip to content

Commit

Permalink
feat(lp_pricer_deployer): comms
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Oct 16, 2024
1 parent 0a8a703 commit b8562b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pragma-deployer/pragma_deployer/deploy_lp_pricer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

async def main(port: Optional[int]) -> None:
"""
Main function to deploy Summary Stats contract to Starknet.
Main function to deploy the LP Pricer contract to Starknet.
"""
# Declarations
chain_id = NETWORK["chain_id"]
Expand Down Expand Up @@ -75,7 +75,7 @@ async def main(port: Optional[int]) -> None:
)
def cli_entrypoint(log_level: str, port: Optional[int]) -> None:
"""
CLI entrypoint to deploy Summary Stats contract to Starknet.
CLI entrypoint to deploy the LP Pricer contract to Starknet.
"""
setup_logging(logger, log_level)

Expand Down

0 comments on commit b8562b8

Please sign in to comment.