reduced minter default gas
This commit is contained in:
parent
371a4547e2
commit
ac5d81b509
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue