Skip to content

Commit

Permalink
update pymaker, remove web3lifecycle legacy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hi committed Nov 19, 2018
1 parent e606456 commit 406bf7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bite_keeper/bite_keeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from pymaker import Address
from pymaker.gas import FixedGasPrice, DefaultGasPrice
from pymaker.lifecycle import Web3Lifecycle
from pymaker.lifecycle import Lifecycle
from pymaker.sai import Tub


Expand Down Expand Up @@ -51,7 +51,7 @@ def __init__(self, args: list, **kwargs):
level=(logging.DEBUG if self.arguments.debug else logging.INFO))

def main(self):
with Web3Lifecycle(self.web3) as lifecycle:
with Lifecycle(self.web3) as lifecycle:
lifecycle.on_block(self.check_all_cups)

def check_all_cups(self):
Expand Down
2 changes: 1 addition & 1 deletion lib/pymaker
Submodule pymaker updated 103 files

0 comments on commit 406bf7d

Please sign in to comment.