crosslightning-evm
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -854,2 +854,3 @@ "use strict"; | ||
this.signer.onBeforeTxReplace(callback); | ||
return; | ||
} | ||
@@ -856,0 +857,0 @@ throw new Error("Unsupported environment"); |
{ | ||
"name": "crosslightning-evm", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "EVM specific base implementation", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1039,2 +1039,3 @@ import * as BN from "bn.js"; | ||
this.signer.onBeforeTxReplace(callback); | ||
return; | ||
} | ||
@@ -1041,0 +1042,0 @@ throw new Error("Unsupported environment"); |
356297
8402