diff --git a/checklists/moonstream-deploy-mumbai-20211218-1633.md b/checklists/moonstream-deploy-mumbai-20211218-1633.md index 26c9401..c637b98 100644 --- a/checklists/moonstream-deploy-mumbai-20211218-1633.md +++ b/checklists/moonstream-deploy-mumbai-20211218-1633.md @@ -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. This checklist describes how to deploy the token. diff --git a/checklists/templates/moonstream-deploy.md b/checklists/templates/moonstream-deploy.md index c815d99..a41dbc7 100644 --- a/checklists/templates/moonstream-deploy.md +++ b/checklists/templates/moonstream-deploy.md @@ -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. This checklist describes how to deploy the token. diff --git a/contracts/moonstream/ERC20Facet.sol b/contracts/moonstream/ERC20Facet.sol index 1e7f8d9..3651559 100644 --- a/contracts/moonstream/ERC20Facet.sol +++ b/contracts/moonstream/ERC20Facet.sol @@ -4,7 +4,7 @@ * Authors: Moonstream Engineering (engineering@moonstream.to) * 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; diff --git a/contracts/moonstream/ERC20Initializer.sol b/contracts/moonstream/ERC20Initializer.sol index 9c77148..3c5a185 100644 --- a/contracts/moonstream/ERC20Initializer.sol +++ b/contracts/moonstream/ERC20Initializer.sol @@ -4,7 +4,7 @@ * Authors: Moonstream Engineering (engineering@moonstream.to) * 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. */ diff --git a/contracts/terminus/TerminusFacet.sol b/contracts/terminus/TerminusFacet.sol index d004d95..3dd01c8 100644 --- a/contracts/terminus/TerminusFacet.sol +++ b/contracts/terminus/TerminusFacet.sol @@ -4,7 +4,7 @@ * Authors: Moonstream Engineering (engineering@moonstream.to) * 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;