Skip to content

Commit

Permalink
fix: update server URI to fuel.network (#105)
Browse files Browse the repository at this point in the history
* fix: update server URI to fuel.network

* prettier

* format
  • Loading branch information
sdankel authored Dec 31, 2024
1 parent fd1f181 commit c8635ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const SERVER_API =
process.env.REACT_APP_SERVER_API || "https://testnet-api.sway-playground.org";
process.env.REACT_APP_SERVER_API ||
"https://api.sway-playground.fuel.network";

export const FUEL_GREEN = "#00f58c";
export const LOCAL_SERVER_URI = "http://0.0.0.0:8080";
Expand Down

0 comments on commit c8635ed

Please sign in to comment.