@qubitor/chain-config
v0.2.0
Published
Shared Qubitor chain metadata, RPC defaults, currency metadata, and wallet network parameters.
Readme
@qubitor/chain-config
Shared Qubitor chain metadata for wallets, apps, services, faucets, explorers, and SDK consumers.
import { qubitorTestnet, walletAddEthereumChainParams } from "@qubitor/chain-config";
console.log(qubitorTestnet.chainId);
console.log(qubitorTestnet.rpcUrls[0]);
console.log(walletAddEthereumChainParams(qubitorTestnet));qubitorTestnet.rpcUrls lists the primary public RPC first and the secondary
bootnode-backed RPC second, so apps can use the first URL by default and keep
the second as a fallback.
This package contains public network metadata only. Do not place production private keys, RPC secrets, server credentials, or deployer material here.
The package still exports known deterministic devnet compatibility keys for older local tooling. Those exports are deprecated and devnet-only; never use them on public testnet, mainnet, production services, or wallet flows.
