
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@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
The npm package @paraport/static receives a total of 287 weekly downloads. As such, @paraport/static popularity was classified as not popular.
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
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.