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 3877a43 commit 2df2268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pragma-sdk/pragma_sdk/onchain/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ def _setup_account_client(
self.client = self.account.client
self.account.get_nonce = self._get_nonce # pylint: disable=protected-access
self.is_user_client = True
if isinstance(account_contract_address, str):
account_contract_address = int(account_contract_address, 16)
self.account_contract_address = account_contract_address

@property
Expand Down

0 comments on commit 2df2268

Please sign in to comment.