diff --git a/validator.py b/validator.py index 11799d1..2db08b0 100644 --- a/validator.py +++ b/validator.py @@ -155,6 +155,9 @@ def run(self): uids=self.metagraph.uids, weights=weights, wait_for_inclusion=True, + era={ + "period": 144, + }, ) self.metagraph.sync() time.sleep(5)