crosslightning-evm
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -73,2 +73,3 @@ "use strict"; | ||
this.stopped = false; | ||
this.callbacks = []; | ||
this.saveCount = 0; | ||
@@ -75,0 +76,0 @@ this.directory = directory; |
{ | ||
"name": "crosslightning-evm", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "EVM specific base implementation", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -85,3 +85,3 @@ import {BigNumber, providers, Transaction, UnsignedTransaction, utils, Wallet} from "ethers"; | ||
callbacks: ((oldTx: string, oldTxId: string, newTx: string, newTxId: string) => Promise<void>)[]; | ||
callbacks: ((oldTx: string, oldTxId: string, newTx: string, newTxId: string) => Promise<void>)[] = []; | ||
@@ -88,0 +88,0 @@ constructor(privateKey: string, rpcUrl: string, chainId: number, directory: string, minFeeIncrease?: BigNumber, waitBeforeBumpMillis?: number) { |
356255
8400