1 parent f5b1deb commit 43067aeCopy full SHA for 43067ae
1 file changed
.env.example
@@ -22,4 +22,7 @@ JITO_TIP_STREAM_URL=wss://bundles.jito.wtf/api/v1/bundles/tip_stream
22
# only support: 25 50 75 95 99
23
# ref https://jito-labs.metabaseapp.com/public/dashboard/016d4d60-e168-4a8f-93c7-4cd5ec6c7c8d
24
JITO_TIP_PERCENTILE=50
25
-JITO_TIP_VALUE= # float64, if set, JITO_TIP_PERCENTILE will be ignored
+# JITO_TIP_VALUE= # float64, if set, JITO_TIP_PERCENTILE will be ignored
26
+
27
+# open simulate mode to see what went wrong
28
+TX_SIMULATE=false
0 commit comments