Tuning and general questions #56
-
Hello y'all 1- is the DEFAULT_GAS = 950_000 here in gwei? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, to the best of my knowledge, here are the answers to your questions:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi, to the best of my knowledge, here are the answers to your questions:
Yes,
DEFAULT_GAS
is specified in gwei. However theDEFAULT_GAS
value is only used for testing as far as I can tell. The actual gas submitted with transactions is estimated in real-time using web3.py methods.The
--flashloan_tokens
flag refers to those token denominations which the bot can take a flash loan in. By default, these are[WETH, DAI, USDC, USDT, WBTC, BNT, NATIVE_ETH]
. If you override the default toTKN
, the search space is decreased for all modes, including theb3_two_hop
mode (assuming that--limit_bancor3_flashloan_tokens=True
).The default minimum profit of 80 is in BNT. The expected profit for a …