Skip to content

Commit

Permalink
chore(trading): switch to use load balanced endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
oldalbus committed Dec 5, 2024
1 parent 8f36d0f commit 09703ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/trading/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NX_API_NODE=https://api0.neb.exchange
NX_API_NODE=https://api.neb.exchange
NX_VEGA_CHAIN_ID=nebula1
NX_APP_NAME=Nebula

Expand Down
2 changes: 1 addition & 1 deletion apps/trading/.env.nebula1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NX_API_NODE=https://api3.neb.exchange
NX_API_NODE=https://api.neb.exchange
NX_VEGA_CHAIN_ID=nebula1
NX_APP_NAME=Nebula

Expand Down

0 comments on commit 09703ca

Please sign in to comment.