mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 08:54:05 +00:00
Implement compare CLI for multiple entities for given block range (#108)
* Implement compare CLI for multiple entities at blocks * Implement caching for gql requests
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/env node
|
||||
|
||||
const { main } = require('../dist/cli/compare/compare-blocks')
|
||||
|
||||
main().catch(err => {
|
||||
console.log(err);
|
||||
}).finally(() => {
|
||||
process.exit(0);
|
||||
});
|
||||
Reference in New Issue
Block a user