3 lines
138 B
Python
3 lines
138 B
Python
|
|
# Minimum position size to trigger position merging
|
||
|
|
# Positions smaller than this will be ignored to save on gas costs
|
||
|
|
MIN_MERGE_SIZE = 20
|