Skip to content
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

Add multichain support #183

Merged
merged 39 commits into from
Nov 9, 2023
Merged

Add multichain support #183

merged 39 commits into from
Nov 9, 2023

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    37083f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Finding Arbs Multichain

    Lesigh-3100 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b4c2569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8689a View commit details
    Browse the repository at this point in the history
  3. conversion to profit calculations in ETH

    - added new profit calculation logic at bot and base (corresponding to rough optimizer calcs and exact trade calcs)
    - removed DEFAULT_MIN_PROFIT and DEFAULT_MIN_PROFIT_BNT. Replaced with DEFAULT_MIN_PROFIT_GAS_TOKEN
    - updated sensible number for DEFAULT_MIN_PROFIT_GAS_TOKEN
    - Removed BNT dependencies
    - Removed ETH/USD external price call
    - Added profit_usd logic plus pass-through
    - Updated click options
    NIXBNT authored and Lesigh-3100 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1a6f5fb View commit details
    Browse the repository at this point in the history
  4. cleanup print statements

    NIXBNT authored and Lesigh-3100 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3cf9a52 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    ab5593a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    903af63 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    04e2975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b88cd2b View commit details
    Browse the repository at this point in the history
  3. Update tests

    Lesigh-3100 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b9b8dc7 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Lesigh-3100 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d2b8cc1 View commit details
    Browse the repository at this point in the history
  5. Fix test formatting

    Lesigh-3100 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    71711e8 View commit details
    Browse the repository at this point in the history
  6. Move import in test

    Lesigh-3100 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f2aeef5 View commit details
    Browse the repository at this point in the history
  7. Update many tests

    Lesigh-3100 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0b88fd2 View commit details
    Browse the repository at this point in the history
  8. edited token.csv handling

    mikewcasale committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    788fbd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53b71f5 View commit details
    Browse the repository at this point in the history
  10. fixes for tests

    mikewcasale committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d1bfaa8 View commit details
    Browse the repository at this point in the history
  11. fixes broken test

    mikewcasale committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    23e6248 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Fix typo

    Lesigh-3100 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2d90d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e947409 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f45483a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc58310 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebe75b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1cefbe View commit details
    Browse the repository at this point in the history
  7. cleanup

    NIXBNT committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fd86be3 View commit details
    Browse the repository at this point in the history
  8. rearrange configuration logging

    rearrange configuration logging
    NIXBNT committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    60ee3bc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    98766c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d172f View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    Lesigh-3100 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    75b36bf View commit details
    Browse the repository at this point in the history
  4. Cleanup network.py

    Lesigh-3100 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    22eefde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fedcd95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d40706 View commit details
    Browse the repository at this point in the history
  7. Update network.py

    Lesigh-3100 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6edd0d4 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    Lesigh-3100 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c01e706 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18a981c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update network.py

    Lesigh-3100 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1fd8b59 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    142c226 View commit details
    Browse the repository at this point in the history
  2. Fix Tests

    Lesigh-3100 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5463ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    362c948 View commit details
    Browse the repository at this point in the history