mirror of https://github.com/status-im/EIPs.git
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:
parent
caec3547dd
commit
95dd8e8cae
|
@ -105,7 +105,7 @@ window.addEventListener('load', async () => {
|
|||
### Constraints
|
||||
|
||||
* 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.
|
||||
* Users **MUST** be able to approve or deny full provider access.
|
||||
* A full provider **MUST** be exposed at `window.ethereum` after user approval.
|
||||
|
|
Loading…
Reference in New Issue