UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

7 lines (6 loc) 728 B
export declare const allowedStudioNetworks: readonly ["mainnet", "rinkeby", "goerli", "gnosis", "chapel", "optimism-goerli", "clover", "fantom", "matic", "fantom-testnet", "arbitrum-goerli", "fuji", "celo-alfajores", "mumbai", "aurora-testnet", "near-testnet", "optimism", "optimism-goerli", "theta-testnet-001", "osmo-test-4", "base-testnet", "base", "celo", "arbitrum-one", "arbitrum-sepolia", "avalanche", "zksync-era", "zksync-era-testnet", "sepolia", "polygon-zkevm-testnet", "polygon-zkevm", "scroll-sepolia", "scroll"]; export declare const validateStudioNetwork: ({ studio, product, network, }: { studio?: string | boolean | undefined; product?: string | undefined; network?: string | undefined; }) => void;