Skip to content

Commit

Permalink
[WEL-000] JUNO endpoint
Browse files Browse the repository at this point in the history
- integrate JUNO to NEUTRON
  • Loading branch information
kairoski03 committed Nov 14, 2023
1 parent 6932357 commit 0ce1ff4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/const/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ export const NEAR_COMPILER_CONSUMER_ENDPOINT = NEAR_COMPILER_CONSUMER_ENDPOINT_P

const JUNO_COMPILER_CONSUMER_ENDPOINT_POOL = {
local: 'ws://localhost:8000',
dev: 'wss://dev.compiler.welldonestudio.io',
prod: 'wss://prod.juno.compiler.welldonestudio.io',
// prod: 'ws://wds-compiler-juno-nlb-b70797c28b548aa5.elb.us-east-2.amazonaws.com:8000',
dev: 'wss://dev.neutron.compiler.welldonestudio.io',
prod: 'wss://prod.neutron.compiler.welldonestudio.io',
};
export const JUNO_COMPILER_CONSUMER_ENDPOINT = JUNO_COMPILER_CONSUMER_ENDPOINT_POOL[STAGE];

Expand Down

0 comments on commit 0ce1ff4

Please sign in to comment.