bump a bunch of deps in parity-common (#3402)

* bump a bunch of deps in parity-common

* update Substrate

* fix browser check

Co-authored-by: parity-processbot <>
This commit is contained in:
Andronik Ordian
2021-07-05 21:45:51 +02:00
committed by GitHub
parent 378905df9d
commit e80475ce4e
14 changed files with 284 additions and 294 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ async function start() {
// Build our client.
log('Starting client');
let client = await start_client(chain_spec_text, 'info');
let client = start_client(chain_spec_text, 'info');
log('Client started');
client.rpcSubscribe('{"method":"chain_subscribeNewHead","params":[],"id":1,"jsonrpc":"2.0"}',