From 36f080f8a2a9991f6bbe027f556753fcba9ef5ae Mon Sep 17 00:00:00 2001 From: Dmytro Stebaiev Date: Thu, 12 Oct 2023 16:41:05 +0300 Subject: [PATCH] Add TimeHelpersWithDebug to the python library --- python/VERSION | 2 +- python/src/skale_contracts/projects/skale_manager.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python/VERSION b/python/VERSION index 3eefcb9..7dea76e 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/python/src/skale_contracts/projects/skale_manager.py b/python/src/skale_contracts/projects/skale_manager.py index 2b8cb65..fc0ce27 100644 --- a/python/src/skale_contracts/projects/skale_manager.py +++ b/python/src/skale_contracts/projects/skale_manager.py @@ -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: