You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying only the wrapped token address in the target tokens excludes native tokens strategies on Carbon even though they would logically be supported by this flow.
Since the native token is not required to be specified in the __flashloan_tokens__ then as a logic consistency it shouldn't need to be specified in the target_tokens
Bug Description
Specifying only the wrapped token address in the target tokens excludes native tokens strategies on Carbon even though they would logically be supported by this flow.
Since the native token is not required to be specified in the
__flashloan_tokens__
then as a logic consistency it shouldn't need to be specified in thetarget_tokens
Severity (High/Medium/Low)
Low
Steps to Reproduce
WANTED:
python main.py --blockchain=ethereum --backdate_pools=False --arb_mode=triangle --exchanges=carbon_v1,uniswap_v3 --flashloan_tokens=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2,0x514910771AF9Ca656af840dff83E8264EcF986CA --target_tokens=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2,0x514910771AF9Ca656af840dff83E8264EcF986CA,0x8E870D67F660D95d5be530380D0eC0bd388289E1 --alchemy_max_block_fetch=200 --default_min_profit_gas_token=0.0001 --read_only=False --loglevel=DEBUG --randomizer=3 --reorg_delay=0 --polling_interval=0 --rpc_url=https://virtual.mainnet.rpc.tenderly.co/ca5f1233-86f6-420f-9915-0f28026697a3
CURRENT REQUIREMENT:
python main.py --blockchain=ethereum --backdate_pools=False --arb_mode=triangle --exchanges=carbon_v1,uniswap_v3 --flashloan_tokens=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2,0x514910771AF9Ca656af840dff83E8264EcF986CA --target_tokens=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE,0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2,0x514910771AF9Ca656af840dff83E8264EcF986CA,0x8E870D67F660D95d5be530380D0eC0bd388289E1 --alchemy_max_block_fetch=200 --default_min_profit_gas_token=0.0001 --read_only=False --loglevel=DEBUG --randomizer=3 --reorg_delay=0 --polling_interval=0 --rpc_url=https://virtual.mainnet.rpc.tenderly.co/ca5f1233-86f6-420f-9915-0f28026697a3
Expected Behavior
No requirement specify native token in the target_tokens
Actual Behavior
Native token in required to be specified in the target_tokens else native containing strategies on Carbon would be skipped
Impact Analysis (to be filled by contributors)
The text was updated successfully, but these errors were encountered: