
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@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 485 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.