tokamak-network / gem-nft-contract

Project Opal contract repository
MIT License
1 stars 1 forks source link

[Code review: Contract Bugs]: Recommend upgradeable treasury #42

Open Zena-park opened 8 hours ago

Zena-park commented 8 hours ago

Describe the bug

Since the Treasury holds TON/WSTON tokens in reserve, it is safer to use them as a proxy just in case. Currently, the Treasury is a contract that cannot be upgraded. It cannot prepare for future additions and changes to the logic.

Impact

No response

Exploit Scenario

No response

Recommendation

Please convert the Treasury to an upgradeable contract.