You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I managed to fix this problem by changing a few things. I documented all my changes to get this to work but I did not doc which change actually fixed it. But it was one of these 3 changes.
Change file src>config>constants>farms.ts < match the pids in your farm in here.
2 Change file src>state>hooks.ts and fetchFarmsPrices.ts on line 76. For fetchFarmsPrices make sure it matches the pid you are using for pid 252.
Make sure you change your actual token address within src>config>constants>tokens.ts on lines 6, and 70.
This is for mainnet on #3. Make sure to use 97 if you're using testnet
The text was updated successfully, but these errors were encountered:
pancakeswap/pancake-farm#22 (comment)
Hey! I managed to fix this problem by changing a few things. I documented all my changes to get this to work but I did not doc which change actually fixed it. But it was one of these 3 changes.
Change file src>config>constants>farms.ts < match the pids in your farm in here.
2 Change file src>state>hooks.ts and fetchFarmsPrices.ts on line 76. For fetchFarmsPrices make sure it matches the pid you are using for pid 252.
Make sure you change your actual token address within src>config>constants>tokens.ts on lines 6, and 70.
This is for mainnet on #3. Make sure to use 97 if you're using testnet
The text was updated successfully, but these errors were encountered: