Neynar · Schema

Network

A blockchain network e.g. "ethereum", "optimism", "base", "arbitrum"

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

network.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/Network",
  "title": "Network",
  "description": "A blockchain network e.g. \"ethereum\", \"optimism\", \"base\", \"arbitrum\"",
  "enum": [
    "ethereum",
    "optimism",
    "base",
    "arbitrum"
  ],
  "type": "string"
}