Skip to content

Commit

Permalink
feat: test unit and fix bug for coin transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-nguyen-20032023 committed Nov 17, 2023
1 parent 6e8746e commit 1d47c27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/config.json.ci
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
"millisecondCrawl": 5000,
"numberOfBlockPerCall": 100,
"startBlock": 4860000
},
},
"handleCoinTransfer": {
"key": "handleCoinTransfer",
"blocksPerCall": 100,
"millisecondCrawl": 3000
},
"handleTransaction": {
"key": "handleTransaction",
"blocksPerCall": 100,
Expand Down

0 comments on commit 1d47c27

Please sign in to comment.