Metamask responses are not parsed
Closed this issue · 0 comments
amaury1093 commented
const api = new Api(window.web3 && window.web3.currentProvider);
api.eth.syncing().then(console.log);
Expected:
false
Actual
{ id: 2, jsonrpc: 2, result: false }