
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@paraport/static
Advanced tools
Static configuration and constants for ParaPort SDK
# npm
npm install @paraport/static
# yarn
yarn add @paraport/static
# pnpm
pnpm install @paraport/static
// ESM
import * as static from "@paraport/static";
// CommonJS
const static = require("@paraport/static");
Static chain files including decimals, symbol, and ss58 formats
import { CHAINS } from "@paraport/static";
Map of RPC providers for each chain
import { provider_MAP } from "@paraport/static";
Chain name mappings for frontend display
import { CHAIN_NAMES } from "@paraport/static";
Miscellaneous type definitions
import { TYPES } from "@paraport/static";
The RPC providers are pre-generated to avoid external dependencies in the published package. The provider generator is automatically set up during package installation via the postinstall script in the root package.json, and the providers are automatically generated during the prebuild process.
The providers are generated automatically when building the package via the prebuild script
If you need to manually update the providers:
cd scripts/generate-providers
pnpm run generate
cd packages/static
pnpm build
MIT
pnpm --filter @paraport/static buildpnpm --filter @paraport/static devTopological order across packages:
@paraport/static → @paraport/core → @paraport/vue → @paraport/sdk → @paraport/reactSee TESTING.md for end-to-end build and test flow.
FAQs
Static configuration and constants for ParaPort SDK
We found that @paraport/static demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.