-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR removes the V1/V2 toggle from the frontend, defaulting it back to the EMS gateway. The gateway will eventually be updated to point to V2 therefore 'migrating' the frontend to that version.
- Loading branch information
1 parent
0c9fa36
commit 338ee31
Showing
4 changed files
with
2 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"REPL_ACCOUNT_ID": "dev-queryapi.dataplatform.near", | ||
"REPL_GRAPHQL_ENDPOINT": "https://near-queryapi.dev.api.pagoda.co", | ||
"REPL_GRAPHQL_ENDPOINT_V2": "https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app", | ||
"REPL_EXTERNAL_APP_URL": "https://queryapi-frontend-vcqilefdcq-ew.a.run.app", | ||
"REPL_REGISTRY_CONTRACT_ID": "dev-queryapi.dataplatform.near" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"REPL_ACCOUNT_ID": "dataplatform.near", | ||
"REPL_GRAPHQL_ENDPOINT": "https://near-queryapi.api.pagoda.co", | ||
"REPL_GRAPHQL_ENDPOINT_V2": "https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app", | ||
"REPL_EXTERNAL_APP_URL": "http://localhost:3000", | ||
"REPL_REGISTRY_CONTRACT_ID": "queryapi.dataplatform.near" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"REPL_ACCOUNT_ID": "dataplatform.near", | ||
"REPL_GRAPHQL_ENDPOINT": "https://near-queryapi.api.pagoda.co", | ||
"REPL_GRAPHQL_ENDPOINT_V2": "https://queryapi-hasura-graphql-mainnet-24ktefolwq-ew.a.run.app", | ||
"REPL_EXTERNAL_APP_URL": "https://queryapi-frontend-24ktefolwq-ew.a.run.app", | ||
"REPL_REGISTRY_CONTRACT_ID": "queryapi.dataplatform.near" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters