-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release candidate, mantle support and more #475
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plus reorder
Restore changes from self funding PR
RC mantle bugfix for 'last_updated_block' key error
…transaction_generic Fix args kwargs usage in build transaction generic
…lidly-v2-update-from-contract Removed Factory address call for Solidly V2 pools
…ed-for-mantle-interaction Remove the web3 middleware used for mantle interaction
support fusionx v3 on mantle
barakman
approved these changes
Mar 27, 2024
mikewcasale
approved these changes
Mar 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mantle Arb Fast Lane Release Notes
Thrilled to announce that the Arb Fast Lane bot now supports the Mantle blockchain!
With this initial release, the Arb Fast Lane is able to route trades through top DEXes, including:
Self Funding
Self-funding empowers operators of the Arb Fast Lane to access trade liquidity directly from their wallet, facilitating cost-effective arbitrage transactions and enhancing competitiveness. This becomes particularly beneficial in chains where flashloan liquidity resources are scarce, such as Mantle.
Carbon DeFi Trade Splitter
This enhancement enables the bot to consolidate liquidity from "same token" pairs (e.g., ETH/token and wETH/token) for Carbon DeFi strategies into a unified liquidity source. This consolidation offers the advantage of expanding the bot's potential opportunities by increasing the accessibility of liquidity.
Multi-Deployment Support
Why limit yourself to just one Carbon DeFi deployment on a particular chain when you can have multiple? The arbitrage bot now boasts the capability to accommodate any number of Carbon DeFi deployments on a single blockchain! This substantial enhancement empowers the bot to simultaneously explore arbitrage opportunities across all Carbon DeFi strategies for every deployment on a blockchain.
Trade Splitter Support: Multiple Carbon DeFi Deployments
By combining trade splitter support with multi-deployment support, the Arb Fast Lane now boasts access to an even broader pool of liquidity. With the ability to aggregate same-token pairs from multiple Carbon DeFi deployments, the available liquidity for arbitrage continues to expand, bidding farewell to fragmented liquidity sources!
Upgraded Wrap/Unwrap Algorithm
The Arb Fast Lane bot already had the ability to add wrap & unwrap trades within arbitrage routes, however, the algorithm that powered this received a substantial upgrade. The new Carbon DeFi Trade Splitter algorithm required something that could handle much greater complexity, and thus the wrap/unwrap algorithm was upgraded to be significantly more robust. This new version is able to handle arbitrage routes that have much more complexity, while making further-optimized decisions.
Code Quality Improvements
Many features & fixes in this update included code refactoring to improve the general code quality.
Updated Handling of Gas Fees for Layer 2s
Dencun, the recent Ethereum upgrade, brought changes to gas fees for some Layer 2 blockchains, specifically Base & Mantle. The Arb Fast Lane was upgraded with handling for the new gas calculation functions and is now able to accurately calculate gas cost post-upgrade.
Fixes