@@ -16,20 +16,20 @@ type EndpointUrls = {
16
16
} ;
17
17
18
18
const defaultUrls : EndpointUrls = {
19
- corsProxy : 'https://gitproxy.api.remix.live/ ' ,
20
- solidityScan : 'https://solidityscan.api.remix.live/ ' ,
21
- ipfsGateway : 'https://jqgt.api.remix.live/ ' ,
22
- commonCorsProxy : 'https://common-corsproxy.api.remix.live/ ' ,
23
- github : 'https://github.api.remix.live/ ' ,
24
- solcoder : 'https://solcoder.api.remix.live/ ' ,
25
- ghfolderpull : 'https://ghfolderpull.api.remix.live/ ' ,
26
- embedly : 'https://embedly.api.remix.live/ ' ,
27
- gptChat : 'https://gpt-chat.api.remix.live/ ' ,
28
- rag : 'https://rag.api.remix.live/ ' ,
29
- vyper2 : 'https://vyper2.api.remix.live/ ' ,
30
- completion : 'https://completion.api.remix.live/ ' ,
31
- solidityScanWebSocket : 'wss://solidityscan.api.remix.live/ ' ,
32
- gitHubLoginProxy : 'https://github-login-proxy.api.remix.live/ ' ,
19
+ corsProxy : 'https://gitproxy.api.remix.live' ,
20
+ solidityScan : 'https://solidityscan.api.remix.live' ,
21
+ ipfsGateway : 'https://jqgt.api.remix.live' ,
22
+ commonCorsProxy : 'https://common-corsproxy.api.remix.live' ,
23
+ github : 'https://github.api.remix.live' ,
24
+ solcoder : 'https://solcoder.api.remix.live' ,
25
+ ghfolderpull : 'https://ghfolderpull.api.remix.live' ,
26
+ embedly : 'https://embedly.api.remix.live' ,
27
+ gptChat : 'https://gpt-chat.api.remix.live' ,
28
+ rag : 'https://rag.api.remix.live' ,
29
+ vyper2 : 'https://vyper2.api.remix.live' ,
30
+ completion : 'https://completion.api.remix.live' ,
31
+ solidityScanWebSocket : 'wss://solidityscan.api.remix.live' ,
32
+ gitHubLoginProxy : 'https://github-login-proxy.api.remix.live' ,
33
33
} ;
34
34
35
35
const endpointPathMap : Record < keyof EndpointUrls , string > = {
0 commit comments