Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 73c71a0

Browse files
committed
Update FAQ & add FAQ link in README
1 parent 9eb5801 commit 73c71a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
### **6. Addressing 'Gas Required Exceeds Allowance' Error in the Fastlane Bot**
2424
- **Question:** What steps should be taken if the bot displays a 'gas required exceeds allowance' error during transaction building?
25-
- **Answer:** The most common cause of this is not having enough ETH on the address used by the bot to execute transactions.
25+
- **Answer:** This error can have several causes, the most common of which is simply that the transaction is expected to revert. Another cause of this can be not having enough ETH on the address used by the bot to execute transactions.
2626

2727
### **7. Addressing 'Reverted SafeMath: subtraction overflow' Error in the Fastlane Bot**
2828
- **Question:** I see the error: "Reverted SafeMath: subtraction overflow" when my bot tries to build a transaction, what's wrong?

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The system works by executing atomic transactions that take flashloans to fulfil
1616

1717
Permanent URL for this repository: [github.com/bancorprotocol/fastlane-bot][repo]
1818

19+
For frequently asked questions, see [FAQ](FAQ.md).
20+
1921
### Profit Split
2022
Any profit from an arbitrage trade is split between the contract caller & the Protocol.
2123

0 commit comments

Comments
 (0)