import { Network } from "./types" export const ENDPOINTS = { [Network.MAINNET]: "wss://stream-api.opensea.io/socket", }