libevm 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/libevm +1 -1
- package/libevm +7 -7
- package/package.json +1 -1
package/libevm
CHANGED
|
@@ -85,13 +85,6 @@ _evm_chain_info_get =
|
|
|
85
85
|
no-global-assign */
|
|
86
86
|
_evm_chains_info =
|
|
87
87
|
_evm_chains_info_module._evm_chains_info;
|
|
88
|
-
const
|
|
89
|
-
_evm_wallet_module =
|
|
90
|
-
require(
|
|
91
|
-
"evm-wallet.js");
|
|
92
|
-
const
|
|
93
|
-
_address_get =
|
|
94
|
-
_evm_wallet_module._address_get;
|
|
95
88
|
|
|
96
89
|
function
|
|
97
90
|
_libevm_global_variables() {
|
|
@@ -544,6 +537,13 @@ async function
|
|
|
544
537
|
prefer-const */
|
|
545
538
|
_wallet_seed =
|
|
546
539
|
"";
|
|
540
|
+
const
|
|
541
|
+
_evm_wallet_module =
|
|
542
|
+
require(
|
|
543
|
+
"evm-wallet.js");
|
|
544
|
+
const
|
|
545
|
+
_address_get =
|
|
546
|
+
_evm_wallet_module._address_get;
|
|
547
547
|
if ( typeof(
|
|
548
548
|
_wallet_app) == "undefined" ||
|
|
549
549
|
_wallet_app == "" ) {
|