From 9f25e80eda664a94ee7d655db55ddd3654182854 Mon Sep 17 00:00:00 2001 From: Patricio Palladino Date: Tue, 3 Dec 2019 03:27:41 -0300 Subject: [PATCH] Automatically merged updates to draft EIP(s) 1193 (#2419) 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 --- EIPS/eip-1193.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-1193.md b/EIPS/eip-1193.md index a3d8d19b..535bec68 100644 --- a/EIPS/eip-1193.md +++ b/EIPS/eip-1193.md @@ -2,7 +2,7 @@ eip: 1193 title: Ethereum Provider JavaScript API author: Fabian Vogelsteller (@frozeman), Ryan Ghods (@ryanio), Marc Garreau (@marcgarreau), Victor Maia (@MaiaVictor) -discussions-to: https://ethereum-magicians.org/t/eip-1193-ethereum-provider-javascript-api/640 +discussions-to: https://github.com/ethereum/EIPs/issues/2319 status: Draft type: Standards Track category: Interface @@ -381,6 +381,11 @@ class EthereumProvider extends EventEmitter { } ``` +## References + +* [Initial discussion in `ethereum/interfaces`](https://github.com/ethereum/interfaces/issues/16) +* [Ethereum Magicians thread](https://ethereum-magicians.org/t/eip-1193-ethereum-provider-javascript-api/640) + ## Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).