big update WG-TOR bot connecting

This commit is contained in:
NW
2025-02-03 09:43:25 +00:00
parent 633a27164b
commit 23b7f8b4bd
9 changed files with 212 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ import { publicToAddress } from 'ethereumjs-util';
import * as bitcoin from 'bitcoinjs-lib';
import * as ecc from 'tiny-secp256k1';
import { ECPairFactory } from 'ecpair';
import CryptoJS from 'crypto-js';
import CryptoJS from 'crypto';
const ECPair = ECPairFactory(ecc);