
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.
@perp/lugia-deployments
Advanced tools
Perpetual Protocol Lugia contract artifacts (ABIs) and deployed addresses
We use Foundry to manage contract dependencies (actually, Foundry is using .gitmodules
). However, we still add contract dependencies to package.json
to get vulnerability alerts using Dependabot.
Therefore, please make sure you update both .gitmodules
and package.json
when changing contract dependencies.
Make sure you have .env
file at project root with the following variables:
OPTIMISM_WEB3_ENDPOINT_ARCHIVE // Optimism archive endpoint
For unit tests, basically we follow the best practices of Foundry.
If you want to test a case that expecting a revert, add _reverts
suffix to the function name, example:
function test_deposit_reverts() public {
// ...
}
If you are not sure when to merge into main
, please reference the doc.
To install all dependencies:
npm ci
forge install
To compile contracts:
npm run build
# or
forge build
To run all tests:
npm run test
# or
forge test
FAQs
Perpetual Protocol Lugia contract artifacts (ABIs) and deployed addresses
The npm package @perp/lugia-deployments receives a total of 80 weekly downloads. As such, @perp/lugia-deployments popularity was classified as not popular.
We found that @perp/lugia-deployments demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.