Skip to content

Commit

Permalink
fix(envs): fix telos default image url
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Nov 11, 2022
1 parent e326d99 commit 42af584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.telos
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PORT=3000
REACT_APP_VERSION=dev
REACT_APP_NAME=$npm_package_name
REACT_APP_TITLE=Telos Mainnet Network Dashboard
REACT_APP_DEFAULT_PRODUCER_LOGO=https://antelope.tools/images/telos.jpg
REACT_APP_DEFAULT_PRODUCER_LOGO=https://antelope.tools/images/telos.png
REACT_APP_FOOTER_LINKS=[{ "text": "Telos Website", "src": "https://telos.net/" },{ "text": "Telos Block Explorer", "src": "https://telos-test.bloks.io/" },{"text": "Developer Docs","src": "https://docs.telos.net/"},{"text": "Telos Network Monitor","src": "https://antelope.tools"}]
REACT_APP_EOS_RATE_LINK=
REACT_APP_USE_REWARDS=true
Expand All @@ -69,7 +69,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=true
REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=telos
REACT_APP_EOS_API_NETWORK_LABEL=Telos Mainnet
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/telos.jpg
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/telos.png
REACT_APP_EOS_API_HOSTS=["telos.edenia.cloud","telos.api.eosnation.io","telos.greymass.com","telos.eosphere.io"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
Expand Down

0 comments on commit 42af584

Please sign in to comment.