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
The token factory should inherit from the OctobayStorage, so that only the latest version of the Octobay main contract can use it. This is also where oracle checks are performed, so the token factory really only needs a single function (createToken(string _name, string _symbol)) where it uses the token template (#4) to launch new tokens.
Also appropriate events must be emitted so that we can index newly created tokens in our subgraph.
The text was updated successfully, but these errors were encountered:
Concept: https://octobay.github.io/docs/GOVERNANCE.html
UI Mockups: https://www.figma.com/proto/AzJ6BbBetEwtD6h6p8q1uM/Octobay-Governance-UI?scaling=scale-down
Some inspiration:
https://github.com/Giveth/minime
https://github.com/LibertyPie/Governance/tree/main/contracts
The token factory should inherit from the
OctobayStorage
, so that only the latest version of the Octobay main contract can use it. This is also where oracle checks are performed, so the token factory really only needs a single function (createToken(string _name, string _symbol)
) where it uses the token template (#4) to launch new tokens.Also appropriate events must be emitted so that we can index newly created tokens in our subgraph.
The text was updated successfully, but these errors were encountered: