Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed May 11, 2024
1 parent 26134ce commit 62f2732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-app/src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const appConfig = {
baseUrl: "https://dev.index.network/",
apiUrl: "https://dev.index.network/api", // TODO: handle better
baseUrl: "https://index.network/",
apiUrl: "https://index.network/api", // TODO: handle better
ipfsProxy: "https://ipfs.io/ipfs",
defaultCID: "QmTAQgaWZHTFHL9dMSBn6i9E1FMUQkV5WE9vNbAV4xtkKa", // Empty.
chains: {
Expand Down

0 comments on commit 62f2732

Please sign in to comment.