Skip to content

Commit 43067ae

Browse files
committed
expose TX_SIMULATE env
1 parent f5b1deb commit 43067ae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ JITO_TIP_STREAM_URL=wss://bundles.jito.wtf/api/v1/bundles/tip_stream
2222
# only support: 25 50 75 95 99
2323
# ref https://jito-labs.metabaseapp.com/public/dashboard/016d4d60-e168-4a8f-93c7-4cd5ec6c7c8d
2424
JITO_TIP_PERCENTILE=50
25-
JITO_TIP_VALUE= # float64, if set, JITO_TIP_PERCENTILE will be ignored
25+
# 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

Comments
 (0)