Hello everyone,
I have a question regarding the possibility of creating new farms with a token that has renounced its ownership, and I'm running into some issues I need help with. Here’s the situation:
- Current Setup:
I have a token whose ownership was transferred to the MasterChef contract. This MasterChef contract is currently linked to an older Syrup Bar smart contract. - My Goal:
I'd like to create new farms for this token, but the ownership of the token has already been renounced, and the MasterChef contract is still associated with the old Syrup Bar contract. - Questions:
- Is it possible to update the old Syrup Bar contract to link it to the MasterChef contract for creating new farms?
- Given that the token’s ownership has been renounced, can a new smart contract be deployed for new farms without the need to transfer ownership?
- If I create a new farm, how can I work around the ownership renouncement issue?
Any insight into how to move forward with this would be greatly appreciated. I’m looking for some guidance on how to either update the existing setup or create a new contract for the new farms.
Thanks in advance for your help!