Skip to content

Commit

Permalink
feat(keystore_and_bump): πŸ’€
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jul 23, 2024
1 parent 4e5784e commit 3877a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pragma-sdk/pragma_sdk/onchain/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _setup_account_client(
self,
chain_id: StarknetChainId,
private_key: PrivateKey,
account_contract_address: Address,
account_contract_address: int | str,
):
self.signer = StarkCurveSigner(
account_contract_address,
Expand Down

0 comments on commit 3877a43

Please sign in to comment.