
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.
@sablier/deployments
Advanced tools
This repository keeps track of Sablier deployment bundles, each of which includes:
The deployments are indexed by:
If you need the deployment addresses, you can find them in the docs.
Sablier Protocols have been built, tested, formatted, and deployed with the Foundry smart contract development toolchain.
To learn more about Foundry, see the Foundry Book.
To learn more about Sablier, see the Sablier Docs.
To view the deployment addresses, use the links below.
The contract artifacts and the ABIs are published as NPM packages:
Older versions of Lockup (before v2.0.0) and Airdrops (before v1.3.0) have been published through these packages:
The contracts have been deployed using these scripts:
Specifically, with the "DeployDeterministic" scripts, which rely upon this CREATE2 factory:
The rationale for using CREATE2 is not to generate deterministic deployment addresses - quite the opposite. The goal is to have different addresses on each chain. By using CREATE2, we can systematically differentiate the contract addresses by passing a salt, whereas if we had used CREATE, the deployer's nonce would have impacted the resulting deployment address.
This repo is licensed under GPL 3-0 or later.
This repository includes a UI for exploring the Sablier Protocol deployments built with Next.js and TailwindCSS.
The UI is located in the ui
directory. To get started:
chmod +x scripts/copy-to-ui.sh
./scripts/copy-to-ui.sh
cd ui
bun install
bun dev
See the README in the ui
directory for more detailed instructions.
FAQs
Keeping track of Sablier deployments
We found that @sablier/deployments 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.