Skip to content

Commit

Permalink
Add TimeHelpersWithDebug to the python library
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Oct 12, 2023
1 parent 8602415 commit 36f080f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
3 changes: 2 additions & 1 deletion python/src/skale_contracts/projects/skale_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def __init__(self, project: Project, address: Address) -> None:
abi=CONTRACT_MANAGER_ABI
)
self.custom_names = {
'BountyV2': 'Bounty'
'BountyV2': 'Bounty',
'TimeHelpersWithDebug': 'TimeHelpers'
}

def get_contract_address(self, name: str) -> Address:
Expand Down

0 comments on commit 36f080f

Please sign in to comment.