DrasiusMajere

Results 3 comments of DrasiusMajere

I notice a few things: From the infura docs: // newPendingTransactions >{"jsonrpc":"2.0", "id": 1, "method": "eth_subscribe", "params": ["newPendingTransactions"]} This should be requested over streamRpcPeer in client.dart file (becuase it is...

This is for listening metamask events: In dart_wrappers.dart file replace: Stream stream(String eventName) { return _EventStream(this, eventName); } With this or whatever you like as long as you cast the...

in callContract: nonce: await provider.getTransactionCount(credentials!.address), "gasPrice" in a network with eip1559 activated must not be included "from" is not needed if you send it from the same signer(credentials)