Skip to content

Commit

Permalink
refactoring dss deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannettemcd committed Jul 9, 2024
1 parent b0af289 commit e012d0c
Show file tree
Hide file tree
Showing 11 changed files with 2,268 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chief_keeper/chief_keeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

from .utils.keeper_lifecycle import Lifecycle
from. utils.register_keys import register_keys
from .utils.blockchain_utils import initialize_blockchain_connection
from .utils.blockchain import initialize_blockchain_connection

# from pymaker import Address, web3_via_http
# from pymaker.util import is_contract_at
Expand Down
5 changes: 5 additions & 0 deletions chief_keeper/makerdao_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# __init__.py in chief_keeper and chief_keeper/makerdao_utils directories

"""
Initializer for the package.
"""
Loading

0 comments on commit e012d0c

Please sign in to comment.