
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
@delvtech/hyperdrive-artifacts
Advanced tools
Build artifacts, including ABIs and Bytecodes, for the [Hyperdrive AMM](https://github.com/delvtech/hyperdrive) contracts.
Build artifacts, including ABIs and Bytecodes, for the Hyperdrive AMM contracts.
npm i @delvtech/hyperdrive-artifacts
Each contract has a corresponding export path located at
@delvtech/hyperdrive-artifacts/ContractName which includes an export named
after the contract with the its ABI and bytecode.
import { IHyperdrive } from "@delvtech/hyperdrive-artifacts/IHyperdrive";
const hyperdriveAbi = IHyperdrive.abi;
const hyperdriveBytecode = IHyperdrive.bytecode;
The build script takes the git ref to clone and compile as the first positional
argument. This means you can change the version of the contract to generate
artifacts for in the package.json:
"build:src": "sh scripts/build_src.sh v0.9.0"
Then run:
yarn workspace @delvtech/hyperdrive-artifacts build:src
If the src directory already exists from a previous build, you can force a new
build by running:
yarn workspace @delvtech/hyperdrive-artifacts build:new
FAQs
Strongly typed build artifacts, including ABIs and Bytecodes, for the Hyperdrive AMM.
The npm package @delvtech/hyperdrive-artifacts receives a total of 2 weekly downloads. As such, @delvtech/hyperdrive-artifacts popularity was classified as not popular.
We found that @delvtech/hyperdrive-artifacts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.