reduced minter default gas

This commit is contained in:
Alexander 2024-07-24 09:27:05 -04:00
parent 371a4547e2
commit ac5d81b509

View file

@ -3,7 +3,7 @@ from core import *
# set config variables # set config variables
wallet_min_pls = 20000 wallet_min_pls = 20000
loop_delay = 3 loop_delay = 3
rapid_gas_fee_limit = 600000 rapid_gas_fee_limit = 450000
# load wallet B and set address for logging # load wallet B and set address for logging
set_logging(wallet_b_address, 'INFO') set_logging(wallet_b_address, 'INFO')