Skip to content

0xYelshayeb/ihf_debase

Repository files navigation

Debase and Withdraw Sniper

This project is designed to periodically debase the top 200 addresses of a token and to debase users when they withdraw from a vault. The debase action is triggered by an event listener on the vault contract and is performed on both new and existing users.

Setup

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repository-name.git
    cd your-repository-name
  2. Install dependencies:

    npm install
  3. Create a .env file in the root directory:

    cp .env.default .env
  4. Edit the .env file with your environment variables:

    PRIVATE_KEY=0xYourPrivateKeyHere
    RPC_URL=https://your-rpc-url
    CONTRACT_ADDRESS=0x3B9728bD65Ca2c11a817ce39A6e91808CceeF6FD
    VAULT_CONTRACT_ADDRESS=0x042Fef60aD51f48C65E6106F9b950178910A3300
    

Usage

node debase.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors