
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@warpgatex/launchpad-sdk
Advanced tools
Warp Gate Dex SDK is used to interact with Wrap Gate Dex Smart Contracts. It is available as an npm package.
npm install @warpgatex/launchpad-sdk
import { LaunchPadClient } from '@warpgatex/launchpad-sdk';
const provider = new ethers.providers.JsonRpcProvider('https://rpc-mainnet.maticvigil.com/')
const signer = new ethers.Wallet('0x...', provider)
const client = new LaunchPadClient(signerOrProvider, "0x...Contract Address of LaunchPad")
import { BigNumber, utils } from 'ethers';
client.createFixedSwapV2(
BigNumber.from(id), // auctionId
utils.formatBytes32String(signatureParams.name), // name
signatureParams.token0, // token0
signatureParams.token1, // token1
BigNumber.from(signatureParams.amountTotal0), // amountTotal0
BigNumber.from(signatureParams.amountTotal1), // amountTotal1
BigNumber.from(signatureParams.openAt), // openAt
BigNumber.from(signatureParams.closeAt), // closeAt
BigNumber.from(signatureParams.claimAt), // claimAt
BigNumber.from(0), // maxAmount1PerWallet
utils.formatBytes32String(""), // merkleroot
0, // releaseType
[], // releaseData
false, // enableAuctionHolder
true, // enableReserve
BigNumber.from(expiredTime), // expiredAt
signature // signature
)
FAQs
## Installation
The npm package @warpgatex/launchpad-sdk receives a total of 0 weekly downloads. As such, @warpgatex/launchpad-sdk popularity was classified as not popular.
We found that @warpgatex/launchpad-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.