eattheblocks
eattheblocks copied to clipboard
Bscscan output: "Fail with error 'Pancake: INSUFFICIENT_LIQUIDITY'"
Hi Julien, After deploy the Arbitrage contract on BSC testnet, when performing transaction by calling the startArbitrage function in Remix, it fails and bscscan outputs following messages:
Fail with error 'Pancake: INSUFFICIENT_LIQUIDITY' Warning! Error encountered during contract execution [execution reverted]
The values used for the transaction are: token0: 0xae13d989dac2f0debff460ac112a837c89baa7cd token1: 0xd66c6b4f0be8ce5b39d52e0fd1344c389929b378 amount0: 1000000000000000000 amount1: 1000000000000000000
Can you help to solve? Thanks
Hi, you need to add liquidity (0.001bnb would be enough) to your token in pancakesswap before you can buy or sell.