Skip to content

Commit

Permalink
fix(webapp): link in rewards distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloCG97 committed Apr 29, 2022
1 parent bb81a58 commit ee68cac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.proton
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_ENDPOINT=https://proton.eosio.cr
HAPI_EOS_API_ENDPOINT=https://proton.edenia.cloud
HAPI_EOS_API_CHAIN_ID=384da888112027f0321850a169f737c33e53b388aad48b5adace4bab97f437e0
HAPI_EOS_BASE_ACCOUNT=baseaccount
HAPI_EOS_BASE_ACCOUNT_PASSWORD=PW...
Expand Down Expand Up @@ -61,7 +61,7 @@ REACT_APP_HASURA_URL=http://localhost:8585/v1/graphql
REACT_APP_EOS_API_NETWORK_NAME=proton
REACT_APP_EOS_API_NETWORK_LABEL=Proton
REACT_APP_EOS_API_NETWORK_LOGO=https://ipfs.eosio.cr/ipfs/Qma3imuP4QDJuhAFJKz5AbhgxCLXX7S1V3BrYa8nXNaV9j
REACT_APP_EOS_API_HOST=proton.eosio.cr
REACT_APP_EOS_API_HOST=proton.edenia.cloud
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 webapp/src/routes/RewardsDistribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const RewardsDistribution = () => {
<li key={`node-${i}`}>
<Link
href={`${producer.owner === 'eosrainbowbp' ? 'http://' : ''}${
producer.url
producer?.bp_json?.org?.website || producer.url
}/bp.json`}
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit ee68cac

Please sign in to comment.