
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@wormhole-labs/cctp-executor-route
Advanced tools
This package implements an AutomaticRoute for use with the Wormhole Typescript SDK
To release this package, follow these steps:
Create a New GitHub Release
0.1.0
, 1.0.0-beta
, etc.).GitHub Workflow
.tgz
).Installation
Usage
Once installed, import the route using:
import { CCTPW7ExecutorRoute } from "@wormhole-labs/cctp-w7-executor-route";
This project includes a script for testing a USDC token transfer using the CCTPv1 Executor route with a referrer fee. You can change the source and destination chains in the examples/transfer.ts
file.
First, install dependencies and build the project:
npm ci && npm run build
Set your private keys as environment variables:
export EVM_PRIVATE_KEY=<your_evm_private_key>
export SVM_PRIVATE_KEY=<your_svm_private_key>
export SUI_PRIVATE_KEY=<your_sui_private_key>
To fetch a quote for the transfer:
npm run examples:test
To actually send the transfer, set an additional environment variable:
SEND_TRANSFER=true npm run examples:test
⚠️ Note:
- All relevant contract addresses and constants are defined in
src/consts
.- Referrer fee is set to 1 basis point in
src/consts
.
FAQs
This package implements an AutomaticRoute for use with the Wormhole Typescript SDK
The npm package @wormhole-labs/cctp-executor-route receives a total of 618 weekly downloads. As such, @wormhole-labs/cctp-executor-route popularity was classified as not popular.
We found that @wormhole-labs/cctp-executor-route demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.