This repository contains all configuration parameters for the Pell Network.
app.toml
- Application configuration for nodesclient.toml
- Client configuration settingsconfig.toml
- Core node configuration parametersgenesis.json
- Network Genesis file
rpc_node
- Public RPC node information for Pell Network- Endpoints
- Rate limits
- Supported APIs
state_sync_node
- Public State Sync node information for Pell Network- Snapshot intervals
- Retention policy
- Connection details
system_contract
- System contract addresses for Pell Network- Contract addresses
- ABI specifications
- Deployment information
- Clone this repository
- Copy the configuration files to your node's config directory
- Update the necessary parameters according to your node type
- Restart your node to apply changes
This repository serves as a centralized configuration management center for Pell Network, storing all network-related configuration information. By managing these configurations in a unified way, we can better maintain network consistency and reliability.