We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9072f88 + b5ce895 commit 248b60bCopy full SHA for 248b60b
1 file changed
transaction_manager/config.py
@@ -70,7 +70,7 @@
70
# V2
71
BASE_FEE_ADJUSMENT_PERCENT = 50
72
TARGET_REWARD_PERCENTILE = 60
73
-MIN_PRIORITY_FEE: int = 10**9
+MIN_PRIORITY_FEE: int = 10**7
74
FEE_INC_PERCENT: int = 12
75
MAX_FEE_VALUE: int = 10**18
76
MIN_FEE_INC_PERCENT: int = 5
0 commit comments