Automatically merged updates to draft EIP(s) 1102

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Paul Bouchon 2018-10-09 10:59:34 -04:00 committed by EIP Automerge Bot
parent caec3547dd
commit 95dd8e8cae
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ window.addEventListener('load', async () => {
### Constraints ### Constraints
* Browsers **MUST** expose a read-only provider at `window.ethereum` by default. * Browsers **MUST** expose a read-only provider at `window.ethereum` by default.
* Browsers **MUST** NOT expose a full provider globally by default. * Browsers **MUST NOT** expose a full provider globally by default.
* Dapps **MUST** request access to a full provider. * Dapps **MUST** request access to a full provider.
* Users **MUST** be able to approve or deny full provider access. * Users **MUST** be able to approve or deny full provider access.
* A full provider **MUST** be exposed at `window.ethereum` after user approval. * A full provider **MUST** be exposed at `window.ethereum` after user approval.