diff --git a/fastlane_bot/helpers/txhelpers.py b/fastlane_bot/helpers/txhelpers.py index 210d866f5..a652092ce 100644 --- a/fastlane_bot/helpers/txhelpers.py +++ b/fastlane_bot/helpers/txhelpers.py @@ -423,7 +423,7 @@ def validate_and_submit_transaction( # Submit the transaction - if self.ConfigObj.network == "ethereum": + if self.ConfigObj.NETWORK in "ethereum": tx_hash = self.submit_private_transaction( arb_tx=arb_tx, block_number=block_number