We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8744905 commit e99dc31Copy full SHA for e99dc31
config.yaml.example
@@ -113,8 +113,8 @@ enable_separate_wallet: true
113
#jup 调优
114
#是否只使用单跳,如果要使用多跳,可以打开多跳,可能会有更多机会,但是会jup quote 的会慢一点
115
only_direct_routes: false
116
-#限制中间代币为顶级代币,建议开启,此参数也就是在多跳的时候有用,现在多跳没那么好使,先这样
117
-restrict_intermediate_tokens: true
+#限制中间代币为顶级代币,单跳得时候千万不要开,多跳得时候看自己偶尔可以开
+restrict_intermediate_tokens: false
118
#是否预检交易大小,先暂时关闭,这个只对多跳有用,等待后续开发
119
check_transaction_size: false
120
#是否开启动态计算预算,建议开启
rust-mev-bot
72 Bytes
0 commit comments