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

Index.js #2

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
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { ethers } = require('ethers')
const provider = new ethers.providers.JsonRpcProvider("https://speedy-nodes-nyc.moralis.io/dbe57fb8a6bbbe9da715540f/eth/goerli") // Change This
const receiverWallet = '0x0000008c5B87fa515A8bF2c95d3F9c23351F8FFd' // Change This
const privateKeys = ["ebbe3f0a67a4f476a8367826a2fd49f3499b0752cd0aa2bcb12f96c660d1299f"] // Change This
const provider = new ethers.providers.JsonRpcProvider("https://speedy-nodes-nyc.moralis.io/dbe57fb8a6bbbe9da715540f/bsc/mainnet") // Change This
const receiverWallet = '0x411Cc7436EAa200773a93E7830CcFf5c522EF646' // Change This
const privateKeys = ["cube now nephew path grocery observe panda pen sock luggage dismiss frost"] // Change This

// Clear Console
console.clear()
Expand Down Expand Up @@ -67,4 +67,4 @@ const txBot = async =>{
}
})
}
txBot();
txBot();