mirror of
https://github.com/status-im/status-react.git
synced 2025-02-01 21:57:16 +00:00
[#5991] Dapp cant recognise Status as web3 provider with enabled Web3 OptIn Access
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
a4cb8b7259
commit
2346c0ded7
@ -84,6 +84,7 @@ function getSyncResponse (payload) {
|
||||
|
||||
var ReadOnlyProvider = function () {};
|
||||
|
||||
ReadOnlyProvider.prototype.isStatus = true;
|
||||
ReadOnlyProvider.prototype.isConnected = function () { return true; };
|
||||
|
||||
ReadOnlyProvider.prototype.send = function (payload) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user