1
This commit is contained in:
parent
9baf30e445
commit
6c70028354
@ -263,7 +263,7 @@ class BoxOrder {
|
||||
while (true) {
|
||||
try {
|
||||
const fromBlock = Math.max(this.getMintBlockNumber() - 1000, 0);
|
||||
events = await bc.mallInstance.getPastEvents(
|
||||
events = await bc.factoryInstance.getPastEvents(
|
||||
'TokenMinted',
|
||||
{
|
||||
fromBlock: fromBlock,
|
||||
|
Loading…
x
Reference in New Issue
Block a user