Paco
Paco
You can expand the tilde by using `vim.fn.expand`: ```lua vim.opt.undodir = vim.fn.expand('~/.vim/undodir') ```
The log is output to the terminal running the bot process. Sorry, I'm not maintaining this repo anymore. Actually, this is just for learning purposes. If you want to know...
Some AMMs in BSC is paused or stopped running. You might need to check it out.
There might be some error during the contract call. FWIK, some DEXes are suspended because of security issues. You might need to figure out that. Write a UT using hardhat's...
这个跟账户的初始值有关,你可以看下 ut 的case
For Balancer or Curve, it's quite complicated to solve for the best solution. Suggest to trying calculate it off-chain by using tools such as [scipy](https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.fsolve.html) or you can use an...
There's a time gap between you found profitability and then actually sent a transaction. So it might not be profitable when the transaction actually got executed on the blockchain.
This bot is not competitive and it may not get any profit because other bots run faster than this one. You may need to optimize it by yourself.
1. Yea, I think those are both uniswap fork projects. 2. The amount of base token is calculated using methods in `readme.md`, which results in maximum profit for a two-pair...
This project uses the flash swap provided by Uniswap V2(And most of its forks also have flash swap). You can read more here: https://uniswap.org/docs/v2/core-concepts/flash-swaps. So all you need is only...