safemoonprotocol / Safemoon.sol

safemoon contract
661 stars 899 forks source link

Can not add liquidity with pancakeswap #47

Open ghost opened 3 years ago

ghost commented 3 years ago

I take the code from Safemoon and give it another name and symbol, compile it, and deploy it with injected web3 with Metamask and it is successful and I can view it on the Bscscan. But i can not add liquidity on Pancakeswap, when i give the smart contact address in it can not find my token to add liquidity. Does anybody know what's wrong?

ricardobatdasilva commented 3 years ago

I take the code from Safemoon and give it another name and symbol, compile it, and deploy it with injected web3 with Metamask and it is successful and I can view it on the Bscscan. But i can not add liquidity on Pancakeswap, when i give the smart contact address in it can not find my token to add liquidity. Does anybody know what's wrong?

managed to solve?

cscottyb commented 1 year ago

Any luck solving this issue?

ghost commented 1 year ago

Yeah, basically the safemoon contract consists of multiple little contracts and i was compiling one of these little contracts instead of the whole contract with all the little contracts in it.