Hi guys , im forking pancake swap frontend after fork contracts and deploy on testnet.
I have managed to identify contracts on contracts.ts, change addresses and change abi on each json.
Whats the best method to run on testnet? i have managed to change the app to accept testnet wallet and even identify my token balance, but my token stats its all 0, instead of getting totalSupply() function returned value for example.
How i managed to fix this and also whats the next steps for LP and Pools fork?
Hmm strange, what about the token price? On mine it’s all working, only thing whic is NaN% is the total liquidity on cake and usdt pools, also on some other liquiditys seems to not going up from zero, but maybe it has to do with value on the exchange , we shouldn’t have a problem using mainnet pancake router and factory.
@gambit.coin
Thanks for your precious time
To deply the MasterChef contract its ask for tokenaddress, devaddress, feeaddress, tokenperblock, and startblock
All the details I have filled but when I try tokenperblock value as 0.1 it is throughing me error
Hello @Mjavala
Can you please explain me how you figure out tetsnet issue?
I have my own masterchef contract, CakeToken,Factory contract, Router contract.
Also I have created liquidity pairs for farming. All farming functionality are working perfectly.
Just I am not able to display APR, Liquidity, Multiplier value on Bsc testnet.