codeesura/arbitrum-claim-send

Package.json + questions

Closed this issue · 1 comments

Heya,

I tried getting your repo up and running, but you seem to have forgotten your package.json / package-lock.json to your repository?

Apart from that, can you please explain to me how to configure the const addresses in your index.js?

I am wondering what armut means in the example and would love to help with improving the repo for you if you are open to that.

Best regards

Hey,

Yes, I forgot to add the package.json file :( Added = 6ee210d

The main purpose of this code is to enable individuals who have qualified for the ARB airdrop but have had their wallets stolen or hacked to claim and transfer the ARB tokens in their wallets to another wallet before the hackers.

 {
  armut: 'armut', // From address (the address where we can send ETH to the hacked wallet)
  senderAddress: 'senderAddress', // to address (hack wallet)
  armutPrivateKey: 'armutPrivateKey', // From wallet PK
  senderPrivateKey: 'senderPrivateKey', 
  claimAmount: 3750,  // the amount of ARB tokens airdrop
}

So , armut = from wallet