LogoLogo
CtrlK
  • Introduction
  • Running Palmito (testnet)
    • Getting Started (testnet)
    • Bridging TRB to Tellor (palmito)
      • Block Explorer Method
      • Manual Generation of Bridge Query Data / IDs
    • Managing Accounts
    • Node Setup Quick Start (testnet)
    • Node Setup Manual (testnet)
      • Peers List & Public RPCs
      • Cosmovisor Sync
      • State Sync Troubleshooting / Resetting Chain Data
      • Example .service Files
    • Run a Layer Validator (testnet)
      • Slashing Rules for Validators
    • Become a Data Reporter (testnet)
      • Unjail Your Reporter
    • Withdraw TRB (to Sepolia)
      • Withdraw Using CLI
  • No-Stake Reporting
  • Command Line Usage
    • Leveraging layerd
      • Query the Chain
      • Creating Transactions
      • Delegate to a Validator
      • Select a Reporter
  • Using Tellor Data
    • Relay Data to EVM Chains
    • Integrating Tellor Data
    • Integrate Tellor on a New Chain
Powered by GitBook
On this page
  1. Running Palmito (testnet)
  2. Node Setup Manual (testnet)

Peers List & Public RPCs

The following peers list can be used for syncing `layertest-4`

If you followed the Node Setup section of these docs, you already have the latest peers list.

In your ~/.layerd/config/config.toml file:

# Comma separated list of nodes to keep persistent connections to
persistent_peers = "[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656"

RPC

  • https://node-palmito.tellorlayer.com/rpc/

API:

  • https://node-palmito.tellorlayer.com

PreviousNode Setup Manual (testnet)NextCosmovisor Sync

Last updated 8 hours ago