@aragon/staged-proposal-processor-plugin-artifacts
v1.1.6
Published
The ABI definition of the Staged Proposal Processor plugin
Readme
Staged Proposal Processor plugin artifacts
This package contains the ABI of the Staged Proposal Processor plugin for OSx, as well as the address of its plugin repository on each supported network. Install it with:
pnpm install @aragon/staged-proposal-processor-plugin-artifactsUsage
// ABI definitions
import {
StagedProposalProcessor,
StagedProposalProcessorSetup,
StagedProposalProcessorSetupZkSync
} from "@aragon/staged-proposal-processor-plugin-artifacts";
// Plugin Repository addresses per-network
import { addresses } from "@aragon/staged-proposal-processor-plugin-artifacts";You can also open addresses.json directly.
Development
Building the package
Install the dependencies and generate the local ABI definitions.
pnpm install --ignore-scripts
pnpm run buildThe build script will:
- Move to
src. - Install its dependencies.
- Compile the contracts using Hardhat.
- Generate their ABI.
- Extract their ABI and embed it into on
npm/src/abi.ts.
Syncing the deployment addresses
Clone OSx Commons in a folder next to this repo.
# cd npm-artifacts
pnpm run sync-addressesPublishing
- Access the repo's GitHub Actions panel
- Click on "Publish Artifacts"
- Select the corresponding
release-v*branch as the source
This action will:
- Create a git tag like
v1.2, following package.json's version field - Publish the package to NPM
Documentation
You can find all documentation regarding how to use this plugin in Aragon's documentation here.
Contributing
If you like what we're doing and would love to support, please review our CONTRIBUTING_GUIDE.md here. We'd love to build with you.
Security
If you believe you've found a security issue, we encourage you to notify us. We welcome working with you to resolve the issue promptly.
Security Contact Email: [email protected]
Please do not use the issue tracker for security issues.
