Skip to content

Commit

Permalink
Merge branch 'release/v1.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed May 18, 2021
2 parents 1196adb + e26248d commit b19f806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-master-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
NAMESPACE: mainnet-eosrate
# webapp
REACT_APP_GRAPHQL_HTTP_URL: https://graphql.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: ws://graphql.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: wss://graphql.eosrate.io/v1/graphql
REACT_APP_EOS_API_URL: https://api.eosio.cr
REACT_APP_EOS_API_HOST: api.eosio.cr
REACT_APP_EOS_API_PORT: 443
Expand All @@ -67,7 +67,7 @@ jobs:
INGRESS_GRAPHQL_HOST: graphql.eosrate.io
# webapp
REACT_APP_GRAPHQL_HTTP_URL: https://graphql.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: ws://graphql.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: wss://graphql.eosrate.io/v1/graphql
REACT_APP_EOS_API_URL: https://api.eosio.cr
REACT_APP_EOS_API_HOST: api.eosio.cr
REACT_APP_EOS_API_PORT: 443
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-staging-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
NAMESPACE: jungle-eosrate
# webapp
REACT_APP_GRAPHQL_HTTP_URL: https://graphql-jungle.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: ws://graphql-jungle.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: wss://graphql-jungle.eosrate.io/v1/graphql
REACT_APP_EOS_API_URL: https://jungle.eosio.cr
REACT_APP_EOS_API_HOST: jungle.eosio.cr
REACT_APP_EOS_API_PORT: 443
Expand All @@ -67,7 +67,7 @@ jobs:
INGRESS_GRAPHQL_HOST: graphql-jungle.eosrate.io
# webapp
REACT_APP_GRAPHQL_HTTP_URL: https://graphql-jungle.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: ws://graphql-jungle.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: wss://graphql-jungle.eosrate.io/v1/graphql
REACT_APP_EOS_API_URL: https://jungle.eosio.cr
REACT_APP_EOS_API_HOST: jungle.eosio.cr
REACT_APP_EOS_API_PORT: 443
Expand Down

0 comments on commit b19f806

Please sign in to comment.