Moonstream token is platform token, not governance token.

Governance will be handled by Terminus pool!
pull/9/head
Neeraj Kashyap 2021-12-19 04:11:18 -08:00
rodzic 2747d63067
commit aeb80d7857
5 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Deploy the Moonstream governance token # Deploy the Moonstream platform token
The Moonstream DAO governance token is deployed as an EIP2535 Diamond proxy contract with an ERC20 The Moonstream DAO platform token is deployed as an EIP2535 Diamond proxy contract with an ERC20
facet attached to it. facet attached to it.
This checklist describes how to deploy the token. This checklist describes how to deploy the token.

Wyświetl plik

@ -1,6 +1,6 @@
# Deploy the Moonstream governance token # Deploy the Moonstream platform token
The Moonstream DAO governance token is deployed as an EIP2535 Diamond proxy contract with an ERC20 The Moonstream DAO platform token is deployed as an EIP2535 Diamond proxy contract with an ERC20
facet attached to it. facet attached to it.
This checklist describes how to deploy the token. This checklist describes how to deploy the token.

Wyświetl plik

@ -4,7 +4,7 @@
* Authors: Moonstream Engineering (engineering@moonstream.to) * Authors: Moonstream Engineering (engineering@moonstream.to)
* GitHub: https://github.com/bugout-dev/dao * GitHub: https://github.com/bugout-dev/dao
* *
* This is an implementation of the ERC20 governance token for the Moonstream DAO. * This is an implementation of the ERC20 platform token for the Moonstream DAO.
*/ */
pragma solidity ^0.8.0; pragma solidity ^0.8.0;

Wyświetl plik

@ -4,7 +4,7 @@
* Authors: Moonstream Engineering (engineering@moonstream.to) * Authors: Moonstream Engineering (engineering@moonstream.to)
* GitHub: https://github.com/bugout-dev/dao * GitHub: https://github.com/bugout-dev/dao
* *
* Initializer for Moonstream DAO governance token. Used when mounting a new ERC20Facet onto its * Initializer for Moonstream DAO platform token. Used when mounting a new ERC20Facet onto its
* diamond proxy. * diamond proxy.
*/ */

Wyświetl plik

@ -4,7 +4,7 @@
* Authors: Moonstream Engineering (engineering@moonstream.to) * Authors: Moonstream Engineering (engineering@moonstream.to)
* GitHub: https://github.com/bugout-dev/dao * GitHub: https://github.com/bugout-dev/dao
* *
* This is an implementation of the ERC20 governance token for the Moonstream DAO. * This is an implementation of the Terminus decentralized authorization contract.
*/ */
pragma solidity ^0.8.0; pragma solidity ^0.8.0;