
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@wormhole-labs/cctp-executor-route
Advanced tools
This package implements an AutomaticRoute for use with the Wormhole Typescript SDK
This project includes a script for testing a USDC token transfer using the CCTPv1 or CCTPv2 Executor routes 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>
export APTOS_PRIVATE_KEY=<your_aptos_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
.
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 387 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.