Skip to content

Instantly share code, notes, and snippets.

@gevffy
gevffy / boost.mjs
Last active August 15, 2024 04:39
Auto boost last boosted one
/**
* For Bitlayer
* Project link https://www.influpia.com/i
*
* download nodejs from `https://nodejs.org/en/download/package-manager` and install it.
*
* open terminal and check install status
* ```
* node -v
* ```
@gevffy
gevffy / passauction.mjs
Created August 14, 2024 11:15
auto-bid-infpass
/**
* project link https://www.influpia.com/passauction
* system requirements: nodejs >= 18, ehters.js
* npm install [email protected]
* node passauction.mjs
*/
import { ethers } from 'ethers'
const provider = new ethers.WebSocketProvider('wss://ws.bitlayer-rpc.com', {
chainId: 200901,