{"version":3,"sources":["../src/endpoints.ts"],"sourcesContent":["import { ChainEnv } from '@vertex-protocol/contracts';\n\nexport const ENGINE_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {\n  local: 'http://localhost:80',\n  arbitrumTestnet: 'https://gateway.sepolia-test.vertexprotocol.com/v1',\n  arbitrum: 'https://gateway.prod.vertexprotocol.com/v1',\n};\n\nexport const ENGINE_WS_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {\n  local: 'ws://localhost:80',\n  arbitrumTestnet: 'wss://gateway.sepolia-test.vertexprotocol.com/v1/ws',\n  arbitrum: 'wss://gateway.prod.vertexprotocol.com/v1/ws',\n};\n\nexport const ENGINE_WS_SUBSCRIPTION_CLIENT_ENDPOINTS: Record<ChainEnv, string> =\n  {\n    local: 'ws://localhost:80',\n    arbitrumTestnet:\n      'wss://gateway.sepolia-test.vertexprotocol.com/v1/subscribe',\n    arbitrum: 'wss://gateway.prod.vertexprotocol.com/v1/subscribe',\n  };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,IAAM,0BAAoD;AAAA,EAC/D,OAAO;AAAA,EACP,iBAAiB;AAAA,EACjB,UAAU;AACZ;AAEO,IAAM,6BAAuD;AAAA,EAClE,OAAO;AAAA,EACP,iBAAiB;AAAA,EACjB,UAAU;AACZ;AAEO,IAAM,0CACX;AAAA,EACE,OAAO;AAAA,EACP,iBACE;AAAA,EACF,UAAU;AACZ;","names":[]}