Skip to content

Commit

Permalink
feat(checkpoint_setter): Triggering CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jul 22, 2024
1 parent b7f7863 commit 61a6cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkpointer/checkpointer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ async def main(
rpc_url: Optional[HttpUrl] = None,
) -> None:
pragma_client = PragmaOnChainClient(
network=network if rpc_url is None else rpc_url,
chain_name=network,
network=network if rpc_url is None else rpc_url,
account_contract_address=int(admin_address, 16),
account_private_key=int(private_key, 16),
contract_addresses_config=ContractAddresses(
Expand Down

0 comments on commit 61a6cec

Please sign in to comment.