mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
mascara - fix words and enviroment vars
This commit is contained in:
parent
81af91371d
commit
910c69f655
@ -4,8 +4,8 @@ metamascara:
|
||||
ports:
|
||||
- "9001"
|
||||
environment:
|
||||
MASCARA_ORIGIN: "https://zero.metamask.io"
|
||||
MASCARA_ORIGIN: "https://wallet.metamask.io"
|
||||
VIRTUAL_PORT: "9001"
|
||||
VIRTUAL_HOST: "zero.metamask.io"
|
||||
LETSENCRYPT_HOST: "zero.metamask.io"
|
||||
VIRTUAL_HOST: "wallet.metamask.io"
|
||||
LETSENCRYPT_HOST: "wallet.metamask.io"
|
||||
LETSENCRYPT_EMAIL: "admin@metamask.io"
|
@ -67,14 +67,10 @@ class CreatePasswordScreen extends Component {
|
||||
height="225"
|
||||
/>
|
||||
<div className="info">
|
||||
MetaMask is a bridge that allows you to visit the distributed web
|
||||
of tomorrow in your browser today. It allows you to run Ethereum Apps right in
|
||||
your browser without running a full Ethereum node but still gives
|
||||
you the option to if you want to bring your own.
|
||||
|
||||
MetaMask includes a secure identity vault stored locally on your machine,
|
||||
providing a user interface to manage your identities on different sites
|
||||
and sign blockchain transactions
|
||||
MetaMask is a secure identity vault for Ethereum.
|
||||
</div>
|
||||
<div className="info">
|
||||
It allows you to hold ether & tokens, and interact with decentralized applications.
|
||||
</div>
|
||||
</div>
|
||||
<div className="create-password">
|
||||
|
Loading…
Reference in New Issue
Block a user