Skip to content

Commit

Permalink
Merge pull request #525 from bancorprotocol/update_fusionx
Browse files Browse the repository at this point in the history
Update fusionx details info
  • Loading branch information
zavelevsky authored Apr 10, 2024
2 parents 4bcf123 + c69a25f commit de0697c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion fastlane_bot/config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
FUSIONX_V3_NAME = "fusionx_v3"
CLEOPATRA_V3_NAME = "cleopatra_v3"
CARBON_V1_NAME = "carbon_v1"
CARBON_V1_FORK1_NAME = "altered_carbon"
VELOCIMETER_V2_NAME = "velocimeter_v2"
SOLIDLY_V2_NAME = "solidly_v2"
5 changes: 1 addition & 4 deletions fastlane_bot/config/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from . import selectors as S
from .base import ConfigBase
from .constants import CARBON_V1_FORK1_NAME, CARBON_V1_NAME
from .constants import CARBON_V1_NAME
load_dotenv()

from decimal import Decimal
Expand Down Expand Up @@ -209,7 +209,6 @@ class ConfigNetwork(ConfigBase):
SUSHISWAP_V2_NAME = "sushiswap_v2"
SUSHISWAP_V3_NAME = "sushiswap_v3"
CARBON_V1_NAME = CARBON_V1_NAME
CARBON_V1_X2_NAME = CARBON_V1_FORK1_NAME
BANCOR_POL_NAME = "bancor_pol"
BALANCER_NAME = "balancer"
PANCAKESWAP_V2_NAME = "pancakeswap_v2"
Expand Down Expand Up @@ -237,8 +236,6 @@ class ConfigNetwork(ConfigBase):

GAS_ORACLE_ADDRESS = None

CARBON_V1_FORKS = [CARBON_V1_NAME, CARBON_V1_X2_NAME]

MULTICALLABLE_EXCHANGES = [BANCOR_V3_NAME, BANCOR_POL_NAME, BALANCER_NAME]
# BANCOR POL
BANCOR_POL_START_BLOCK = 18184448
Expand Down
2 changes: 1 addition & 1 deletion fastlane_bot/data/multichain_addresses.csv
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ agni_v3,mantle,uniswap_v3,0x25780dc8Fc3cfBD75F33bFDAB65e969b603b2035,0x319B69888
puffs_penthouse_v3,mantle,uniswap_v3,0x8f140Fc3e9211b8DC2fC1D7eE3292F6817C5dD5D,0x58b3a3797FF02B934a7d69D00873889F33Fb8829,,59915640,
butter_v3,mantle,uniswap_v3,0xEECa0a86431A7B42ca2Ee5F479832c3D4a4c2644,0xAe5c0a73bAE513fe5842DbcB8E32fc7E3e30DA57,,22966090,
carbon_v1,mantle,carbon_v1,0x7900f766F06e361FDDB4FdeBac5b138c4EEd8d4A,0x7900f766F06e361FDDB4FdeBac5b138c4EEd8d4A,,,
some_carbon_fork,mantle,carbon_v1,0x3749f6Ef09B0f74CD5324126b02d867A03DEE844,0x3749f6Ef09B0f74CD5324126b02d867A03DEE844,,,
fusionx_supernova,mantle,carbon_v1,0x04FBC7f949326fFf7Fe4D6aE96BAfa3D8e8A8c0a,0x04FBC7f949326fFf7Fe4D6aE96BAfa3D8e8A8c0a,,61955475,
cleopatra_v2,mantle,solidly_v2,0xAAA16c016BF556fcD620328f0759252E29b1AB57,0xAAA45c8F5ef92a000a121d102F4e89278a711Faa,,34705175,
cleopatra_v3,mantle,uniswap_v3,0xAAA32926fcE6bE95ea2c51cB4Fcb60836D320C42,0xAAAE99091Fbb28D400029052821653C1C752483B,,34705175,
fusionx_v2,mantle,uniswap_v2,0xE5020961fA51ffd3662CDf307dEf18F9a87Cce7c,0xDd0840118bF9CCCc6d67b2944ddDfbdb995955FD,0.003,2868,
Expand Down

0 comments on commit de0697c

Please sign in to comment.