I forked goosedefi frontend from GitHub and added a token in pancakeswap.json file. The added token already been added liquidity on pancakeswap and I use the pancakeswap v2 router. And when I try to swap on my fork with bnb&busd pair, it is showing "insufficient liquidity for this trade". I am using the same pancakeswap router address, or should I add additional liquidity to the token in my fork even if it has already added liquidity in pancakeswap
I can't see liquidity of a token in my pancakeswap fork. that has already added liquidity on pancakeswap
295 views Asked by John At
1
There are 1 answers
Related Questions in FORK
- Forking vs Cloning in GitHub
- Execute JUnit suite with Maven Fork in Customized runOrder
- Multiple child processes accessing the same vector
- Parent process doesn't wait for the child process to terminate
- Implementation Bash pipes and redirections in c
- Why is fork() accepted in strace if the actual syscall is clone()?
- Which child will execute first when you call fork() and wait() multiple times?
- intercommunicating using stdin and stdout between forked C processes
- Ant Junit ForkMode with Suites
- How to enable a PR originating from a forked repo to cause a GitHub workflow to push to a branch (gh-pages) in the original repo?
- Executing sed via execvp makes other pipes blocked
- Python progress bar in conjunction with fork processes
- Race condition in pipe/dup2/exec*
- Git how to pull the update from original repository and keep my own changes
- Using SQLite as object store in a forking web server; can it be done safely?
Related Questions in PANCAKESWAP
- Solidity call pancakeswap v3 contract exception
- PancakeSwap API to get lists of new tokens
- Is there a way to get the wallet address purchases of a token on PancakeSwap?
- Got an Error The contract function "addLiquidityETH" reverted with the following reason: TRANSFER_FROM_FAILED
- Why swapExactTokensForETH works and not swapExactTokensForTokens when swapping Token A to WBNB on Pancake?
- Pancake swap v3 exactInputSingle fails without reason
- Solidity swap and add liquidity in contract
- how multiple (LP)pairs of a token works, for pricing?
- Web3Wallet's method "eth_sendTransaction" throwing error when i swap from pancakeswap in react-native wallet app
- Got an error on adding liquidity on PancakeSwap -> "addLiquidityETH" reverted with the following reason: PancakeLibrary: INSUFFICIENT_LIQUIDITY
- Pancakeswap STF error when making a trade with pancakeswap sdk (`SwapExactTokensForTokens`)
- Uniswap Emergency Withdraw - Masterchef Contract
- Understanding 2 transactions
- "Execution reverted with reason: STF" on Pancakeswap BSC Testnet. Works on Goerli
- swapExactETHForTokensSupportingFeeOnTransferTokens makes tokens disappear
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Try by changing the FACTORY address too.