In trying to use LimitSwap, I'm getting the following error when trying to trade tokens ...
" RHINO-BUSD Not Listed For Trade Yet... waiting for liquidity to be added on exchange"
Here's my setting.json
"USECUSTOMNODE": "false",
"CUSTOMNODE": "put your own node here if you want and make, USECUSTOMNODE = TRUE",
"EXCHANGE": "pancakeswap",
"EXCHANGEVERSION": "2",
"PREAPPROVE": "true",
"UNLIMITEDSLIPPAGE": "false"
}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "LimitSwap.py", line 1181, in run
File "LimitSwap.py", line 1023, in sell
File "web3\contract.py", line 957, in call
File "web3\contract.py", line 1501, in call_contract_function
File "web3\module.py", line 57, in caller
File "web3\manager.py", line 187, in request_blocking
File "web3\manager.py", line 167, in formatted_response
File "web3\manager.py", line 67, in apply_error_formatters
File "cytoolz/functoolz.pyx", line 667, in cytoolz.functoolz.pipe
File "cytoolz/functoolz.pyx", line 642, in cytoolz.functoolz.c_pipe
File "web3_utils\method_formatters.py", line 566, in raise_solidity_error_on_revert
web3.exceptions.ContractLogicError: execution reverted: PancakeLibrary: INSUFFICIENT_INPUT_AMOUNT
Here's the exception.log....
Traceback (most recent call last):
File "LimitSwap.py", line 1181, in run
File "LimitSwap.py", line 1023, in sell
File "web3\contract.py", line 957, in call
File "web3\contract.py", line 1501, in call_contract_function
File "web3\module.py", line 57, in caller
File "web3\manager.py", line 187, in request_blocking
File "web3\manager.py", line 167, in formatted_response
File "web3\manager.py", line 67, in apply_error_formatters
File "cytoolz/functoolz.pyx", line 667, in cytoolz.functoolz.pipe
File "cytoolz/functoolz.pyx", line 642, in cytoolz.functoolz.c_pipe
File "web3_utils\method_formatters.py", line 566, in raise_solidity_error_on_revert
web3.exceptions.ContractLogicError: execution reverted: PancakeLibrary: INSUFFICIENT_INPUT_AMOUNT
For token 0x0a95a36655424c46db3aaef0776961049da722d1, liquidity was provided in BUSD with no liquidity in BNB. See at https://poocoin.app/tokens/0x0a95a36655424c46db3aaef0776961049da722d1
In trying to use LimitSwap, I'm getting the following error when trying to trade tokens ... " RHINO-BUSD Not Listed For Trade Yet... waiting for liquidity to be added on exchange"
Here's my setting.json
]
Here's my tokens.json
Here's the error.log...
Here's the exception.log....