Skip to content

Commit

Permalink
Merge pull request #34 from ilionic/consolidator-decoupling
Browse files Browse the repository at this point in the history
Consolidator decoupling
  • Loading branch information
Swader authored Mar 19, 2021
2 parents 911b2e1 + 31499d5 commit e668d3f
Show file tree
Hide file tree
Showing 14 changed files with 11,527 additions and 373 deletions.
2 changes: 1 addition & 1 deletion cli/run-listener.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env node
import { RemarkListener } from "../src/listener";
import { WsProvider } from "@polkadot/api";
import defaultDump from "../dumps/remarks-4892957-6619194-0x726d726b,0x524d524b.json";
import defaultDump from "../dumps/latest.json";

const wsProvider = new WsProvider("wss://node.rmrk.app");

Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
"src/tools/utils.ts",
"src/tools/validate-remark.ts",
"src/tools/consolidator/consolidator.ts",
"src/tools/consolidator/interactions/*",
"src/rmrk1.0.0/classes/*",
],
};
Loading

0 comments on commit e668d3f

Please sign in to comment.