Skip to content

Commit

Permalink
chore(envs): add react array of host endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Nov 1, 2022
1 parent eea2324 commit 3a4995e
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .env.jungle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=jungle
REACT_APP_EOS_API_NETWORK_LABEL=Jungle
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/jungle.jpg
REACT_APP_EOS_API_HOST=jungle.edenia.cloud
REACT_APP_EOS_API_HOSTS=["jungle.edenia.cloud","jungle4.eosphere.io","jungle4.api.eosnation.io","jungle4.eossweden.org"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d
Expand Down
2 changes: 1 addition & 1 deletion .env.lacchain
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ REACT_APP_EOS_API_NETWORK_NAME=lacchain
REACT_APP_EOS_API_NETWORK_LABEL=LACChain
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/lacchain.jpg
REACT_APP_EOS_INCLUDE_TRANSACTION={"account":"writer","name":"run","authorization":[{"actor":"costarica","permission":"writer"}],"data":{}}
REACT_APP_EOS_API_HOST=lacchain.edenia.cloud
REACT_APP_EOS_API_HOSTS=["lacchain.edenia.cloud"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=5821525c6588037e2b066b992fcac34909a5b7f1ea8d5a393f6720fca3750d61
Expand Down
2 changes: 1 addition & 1 deletion .env.libre
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=libre
REACT_APP_EOS_API_NETWORK_LABEL=Libre Mainnet
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/libre.png
REACT_APP_EOS_API_HOST=libre.edenia.cloud
REACT_APP_EOS_API_HOSTS=["libre.edenia.cloud","libre.eosusa.io","api.libre.cryptolions.io"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=38b1d7815474d0c60683ecbea321d723e83f5da6ae5f1c1f9fecc69d9ba96465
Expand Down
2 changes: 1 addition & 1 deletion .env.libretestnet
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=libre-testnet
REACT_APP_EOS_API_NETWORK_LABEL=Libre Testnet
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/libre.png
REACT_APP_EOS_API_HOST=libre-testnet.edenia.cloud
REACT_APP_EOS_API_HOSTS=["libre-testnet.edenia.cloud","api.testnet.libre.cryptobloks.io","libre-testnet.eosphere.io"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=b64646740308df2ee06c6b72f34c0f7fa066d940e831f752db2006fcc2b78dee
Expand Down
2 changes: 1 addition & 1 deletion .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=lacchain
REACT_APP_EOS_API_NETWORK_LABEL=Local
REACT_APP_EOS_API_NETWORK_LOGO=https://lacchain.antelope.tools/lacchain-color.png
REACT_APP_EOS_API_HOST=localhost
REACT_APP_EOS_API_HOSTS=["localhost"]
REACT_APP_EOS_API_PORT=4200
REACT_APP_EOS_API_PROTOCOL=http
REACT_APP_EOS_CHAIN_ID=d744e8bec02563d60b1ff375bfab215cc47450e13d21ce63bb76b30fb47a21be
Expand Down
2 changes: 1 addition & 1 deletion .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=mainnet
REACT_APP_EOS_API_NETWORK_LABEL=Mainnet
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/eos.png
REACT_APP_EOS_API_HOST=eos.edenia.cloud
REACT_APP_EOS_API_HOSTS=["eos.edenia.cloud","eos.api.eosnation.io","eos.greymass.com","eos.eosphere.io","api.eosrio.io"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906
Expand Down
2 changes: 1 addition & 1 deletion .env.proton
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=proton
REACT_APP_EOS_API_NETWORK_LABEL=Proton
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/proton.png
REACT_APP_EOS_API_HOST=proton.edenia.cloud
REACT_APP_EOS_API_HOSTS=["proton.edenia.cloud","proton.greymass.com","proton.eosphere.io"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=384da888112027f0321850a169f737c33e53b388aad48b5adace4bab97f437e0
Expand Down
2 changes: 1 addition & 1 deletion .env.protontestnet
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=proton-testnet
REACT_APP_EOS_API_NETWORK_LABEL=Proton Testnet
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/proton.png
REACT_APP_EOS_API_HOST=test.proton.eosusa.news
REACT_APP_EOS_API_HOSTS=["test.proton.eosusa.news","proton-testnet.edenia.cloud","proton-testnet.eosphere.io","api.protontest.alohaeos.com"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=71ee83bcf52142d61019d95f9cc5427ba6a0d7ff8accd9e2088ae2abeaf3d3dd
Expand Down
2 changes: 1 addition & 1 deletion .env.telos
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ 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_HOST=telos.edenia.cloud
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
REACT_APP_EOS_CHAIN_ID=4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11
Expand Down
4 changes: 2 additions & 2 deletions .env.telostestnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HASURA_GRAPHQL_ACTION_BASE_URL=http://hapi:9090

# hapi
HAPI_EOS_API_NETWORK_NAME=telos
HAPI_EOS_API_ENDPOINTS=["testnet.telos.caleos.io","https://telos-testnet.eosphere.io","https://testnet.telosusa.io"]
HAPI_EOS_API_ENDPOINTS=["https://testnet.telos.caleos.io","https://telos-testnet.eosphere.io","https://testnet.telosusa.io"]
HAPI_EOS_API_CHAIN_ID=1eaa0824707c8c16bd25145493bf062aecddfeb56c736f6ba6397f3195f33c9f
HAPI_EOS_BASE_ACCOUNT=eosmechatero
HAPI_EOS_BASE_ACCOUNT_PASSWORD=PW...
Expand Down Expand Up @@ -71,7 +71,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=telos-testnet
REACT_APP_EOS_API_NETWORK_LABEL=Telos Testnet
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/telos.png
REACT_APP_EOS_API_HOST=testnet.telos.caleos.io
REACT_APP_EOS_API_HOSTS=["testnet.telos.caleos.io","telos-testnet.eosphere.io","testnet.telosusa.io"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=1eaa0824707c8c16bd25145493bf062aecddfeb56c736f6ba6397f3195f33c9f
Expand Down
2 changes: 1 addition & 1 deletion .env.ultratestnet
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=ultra-testnet
REACT_APP_EOS_API_NETWORK_LABEL=Ultra Testnet
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/ultra.jpg
REACT_APP_EOS_API_HOST=ultratest.api.eosnation.io
REACT_APP_EOS_API_HOSTS=["ultratest.api.eosnation.io"]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=7fc56be645bb76ab9d747b53089f132dcb7681db06f0852cfa03eaf6f7ac80e9
Expand Down
4 changes: 2 additions & 2 deletions .env.waxtestnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HASURA_GRAPHQL_ACTION_BASE_URL=http://hapi:9090

# hapi
HAPI_EOS_API_NETWORK_NAME=jungle
HAPI_EOS_API_ENDPOINTS=["api.waxtest.alohaeos.com","https://waxtest.api.eosnation.io","https://waxtest.eoseoul.io",""]
HAPI_EOS_API_ENDPOINTS=["https://api.waxtest.alohaeos.com","https://waxtest.api.eosnation.io","https://waxtest.eoseoul.io",""]
HAPI_EOS_API_CHAIN_ID=f16b1833c747c43682f4386fca9cbb327929334a762755ebec17f6f23c9b8a12
HAPI_EOS_BASE_ACCOUNT=baseaccount
HAPI_EOS_BASE_ACCOUNT_PASSWORD=PW...
Expand Down Expand Up @@ -71,7 +71,7 @@ REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=wax-testnet
REACT_APP_EOS_API_NETWORK_LABEL=WAX Testnet
REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/wax.jpg
REACT_APP_EOS_API_HOST=api.waxtest.alohaeos.com
REACT_APP_EOS_API_HOSTS=["api.waxtest.alohaeos.com","waxtest.api.eosnation.io","waxtest.eoseoul.io",""]
REACT_APP_EOS_API_PORT=443
REACT_APP_EOS_API_PROTOCOL=https
REACT_APP_EOS_CHAIN_ID=f16b1833c747c43682f4386fca9cbb327929334a762755ebec17f6f23c9b8a12
Expand Down

0 comments on commit 3a4995e

Please sign in to comment.