Skip to content

Commit

Permalink
Merge pull request #475 from bancorprotocol/release-candidate
Browse files Browse the repository at this point in the history
Release candidate, mantle support and more
  • Loading branch information
zavelevsky authored Mar 27, 2024
2 parents 4346089 + ef006ac commit 3804e91
Show file tree
Hide file tree
Showing 296 changed files with 334,385 additions and 105,247 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export WEB3_ALCHEMY_PROJECT_ID="0-USE-YOUR-OWN-ALCHEMY-PROJECT-ID-HERE"
export ETH_PRIVATE_KEY_BE_CAREFUL="0x123-USE-YOUR-OWN-PRIVATE-KEY-HERE"
export WEB3_FANTOM="FANTOM-API-KEY-HERE" // "public" can be used in place of a paid API key

export WEB3_MANTLE="MANTLE-API-KEY-HERE"
#******** For Development - not required to run bot ********#
export ETHERSCAN_TOKEN="ONLY_REQUIRED_IN_DEV"
export TENDERLY_FORK_ID=
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ logs/*
/fastlane_bot/data/blockchain_data/*/token_detail/
missing_tokens_df.csv
tokens_and_fee_df.csv
fastlane_bot/tests/nbtest/*
Empty file removed BRANCH_BALANCER2
Empty file.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ The system works by executing atomic transactions that take flashloans to fulfil

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

For frequently asked questions, see [FAQ](FAQ.md).
For frequently asked questions, see [FAQ](resources/FAQ.md).

### Profit Split
Any profit from an arbitrage trade is split between the contract caller & the Protocol.

### Competition

The Fastlane Arbitrage Bot is competitive in nature. Bot operators compete to close arbitrage opportunities. There are many ways to improve a bot's competitiveness; the following document contains a short list of ideas on how to make a bot more competitive: [How to make your bot competitive](How_to_make_your_bot_competitive.md).
The Fastlane Arbitrage Bot is competitive in nature. Bot operators compete to close arbitrage opportunities. There are many ways to improve a bot's competitiveness; the following document contains a short list of ideas on how to make a bot more competitive: [How to make your bot competitive](resources/How_to_make_your_bot_competitive.md).


[repo]:https://github.com/bancorprotocol/fastlane-bot
Expand Down Expand Up @@ -111,6 +111,8 @@ export WEB3_ALCHEMY_PROJECT_ID="0-R5..."
export ETH_PRIVATE_KEY_BE_CAREFUL="0x9c..."
export WEB3_ALCHEMY_BASE="api_key_here"
export WEB3_FANTOM="api_key_here"
export WEB3_MANTLE="api_key_here"

```
**Note:** To use the Fantom public RPC, write "public" in place of the API key.

Expand Down
160 changes: 0 additions & 160 deletions async_tests.py

This file was deleted.

Loading

0 comments on commit 3804e91

Please sign in to comment.