Skip to content

This bot is list all transactions and revoke if your approve > 0

Notifications You must be signed in to change notification settings

athlona64/RevokeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO WORK

This is programable to list all transactions on chain via etherscan provider and check all transaction if your approve balance > 0 for spender to interact with contract will approve 0 replace(this step is revoke)

Installation

git clone https://github.com/athlona64/RevokeBot.git
npm i

Config .env

# Replace value in .env file to config your wallet and RPC, API ETHERSCAN

SECRET=replace with your private key
ADDRESS=replace with your address

RPC_MAINNET=https://eth-mainnet.g.alchemy.com/v2/replace-your-api-key
API_MAINNET=replace with your apikey from etherscan

RPC_ARB=https://arb-mainnet.g.alchemy.com/v2/replace-your-api-key
API_ARB=replace with your apikey from arbscan

Start bot

node app_arbitrum.js

Note

Can your custom more chain with copy file and change name to another chain and add RPC to .env file afther that edit RPC process in app_...js file in 3 step

License

MIT

About

This bot is list all transactions and revoke if your approve > 0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published